Skip to content

Commit ae09f48

Browse files
committed
revert use of npm exec
1 parent 3a7f26c commit ae09f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"test:te": "TEXT_ENCODING=force mocha 'test/**/*.test.ts'",
2121
"test:dist:purejs": "TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot",
2222
"test:cover": "npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report",
23-
"test:cover:purejs": "npm exec nyc --no-clean npm run test:purejs",
24-
"test:cover:te": "npm exec nyc --no-clean npm run test:te",
23+
"test:cover:purejs": "npx nyc --no-clean npm run test:purejs",
24+
"test:cover:te": "npx nyc --no-clean npm run test:te",
2525
"test:deno": "deno test test/deno_test.ts",
2626
"test:fuzz": "npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus",
2727
"cover:clean": "rimraf .nyc_output coverage/",

0 commit comments

Comments
 (0)