We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fca05 commit 44f6483Copy full SHA for 44f6483
package.json
@@ -17,7 +17,7 @@
17
"lint:code": "eslint *.js lib/ --ext .js --cache",
18
"lint": "yarn lint:code && yarn lint:test",
19
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
20
- "test": "node --test test",
+ "test": "node --test 'test/*.test.js'",
21
"posttest": "yarn lint",
22
"preship": "yarn test",
23
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi"
0 commit comments