Skip to content

Commit 92bd271

Browse files
committed
Add --yes to npm-check-updates
1 parent 6d472cc commit 92bd271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prepare": "husky && custompatch",
5454
"test": "tap",
5555
"update": "run-p --aggregate-output update:* && run-s update:longtask:**",
56-
"update:deps": "npx npm-check-updates",
56+
"update:deps": "npx --yes npm-check-updates",
5757
"update:longtask:data:npm": "node --disable-warning=ExperimentalWarning ./scripts/update-data-npm.js"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)