Skip to content

Commit 21c307d

Browse files
author
Simon Renoult
committed
chore: fix coverage command
1 parent c4acc96 commit 21c307d

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
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"build": "rm -rf dist && tsc",
23-
"coverage": "codecov",
23+
"coverage": "nyc npm test",
2424
"lint": "eslint --ext .ts .",
2525
"prepare": "npm run lint && npm run build",
2626
"postversion": "git push --tags",

0 commit comments

Comments
 (0)