Skip to content

Commit b0e8242

Browse files
committed
fix: update test script to remove unnecessary bash invocation
1 parent e3f96f6 commit b0e8242

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": "bash -c 'test/support/gencert.sh' && mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
42+
"test": "./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)