We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c802ca0 commit 38c229bCopy full SHA for 38c229b
package.json
@@ -47,7 +47,7 @@
47
"lint": "run-p lint:*",
48
"test-coverage": "c8 mocha --reporter dot \"test/*.mjs\"",
49
"test": "mocha --reporter dot \"test/*.mjs\"",
50
- "preversion": "npm test-coverage && npm run -s build",
+ "preversion": "npm run test-coverage && npm run -s build",
51
"postversion": "git push && git push --tags",
52
"prewatch": "npm run -s clean",
53
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
0 commit comments