Skip to content

Commit 38c229b

Browse files
authored
fix: npm script preversion (#256)
1 parent c802ca0 commit 38c229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint": "run-p lint:*",
4848
"test-coverage": "c8 mocha --reporter dot \"test/*.mjs\"",
4949
"test": "mocha --reporter dot \"test/*.mjs\"",
50-
"preversion": "npm test-coverage && npm run -s build",
50+
"preversion": "npm run test-coverage && npm run -s build",
5151
"postversion": "git push && git push --tags",
5252
"prewatch": "npm run -s clean",
5353
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"

0 commit comments

Comments
 (0)