Skip to content

Commit

Permalink
Update npx invocation to pass --yes to avoid prompting to install mis…
Browse files Browse the repository at this point in the history
…sing packages.
  • Loading branch information
DavidAnson committed Jan 14, 2022
1 parent 23d8ed7 commit 66d533d
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 @@ -41,7 +41,7 @@
"test-cover": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 npm test",
"test-declaration": "cd example/typescript && tsc && node type-check.js",
"test-extra": "ava --timeout=5m test/markdownlint-test-extra-parse.js test/markdownlint-test-extra-type.js",
"upgrade": "npx npm-check-updates --upgrade"
"upgrade": "npx --yes npm-check-updates --upgrade"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 66d533d

Please sign in to comment.