mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update npx invocation to pass --yes to avoid prompting to install missing packages.
This commit is contained in:
parent
23d8ed7c01
commit
66d533d038
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue