From 66d533d0386252e4485e19cce5c832f7fb541c97 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 13 Jan 2022 22:17:11 -0800 Subject: [PATCH] Update npx invocation to pass --yes to avoid prompting to install missing packages. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff82381c..9cb1e69a 100644 --- a/package.json +++ b/package.json @@ -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"