Skip to content

Commit 9a474c2

Browse files
committed
fix: add bash invocation to test script for consistency
1 parent 4dc2514 commit 9a474c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"scripts": {
4141
"lint": "eslint . && node ./scripts/lint-readme.js",
42-
"test": "test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
42+
"test": "bash test/support/gencert.sh && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
4343
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
4444
"test-cov": "nyc npm test",
4545
"version": "node scripts/version-history.js && git add HISTORY.md"

0 commit comments

Comments
 (0)