We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef719c3 commit 279cda0Copy full SHA for 279cda0
1 file changed
packages/cli-hooks/package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"build": "shx chmod +x src/*.js",
39
"prelint": "tsc --noemit --module es2022 --maxNodeModuleJsDepth 0 --project ./jsconfig.json",
40
- "test": "node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=test-results.xml --test src/*.test.js",
+ "test": "bash -c 'node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=test-results.xml --test src/*.test.js'",
41
"test:coverage": "node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=test-results.xml --test src/*.test.js"
42
},
43
"bin": {
0 commit comments