Skip to content

Commit

Permalink
chore: add ignore-dependency-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Jun 3, 2024
1 parent b9be205 commit 5ed4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cleanup": "rimraf --glob node_modules",
"start": "next start",
"lint": "next lint",
"postinstall": "stale-dep -u"
"postinstall": "ignore-dependency-scripts \"stale-dep -u\"",
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 5ed4534

Please sign in to comment.