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 c4acc96 commit 21c307dCopy full SHA for 21c307d
package.json
@@ -20,7 +20,7 @@
20
},
21
"scripts": {
22
"build": "rm -rf dist && tsc",
23
- "coverage": "codecov",
+ "coverage": "nyc npm test",
24
"lint": "eslint --ext .ts .",
25
"prepare": "npm run lint && npm run build",
26
"postversion": "git push --tags",
0 commit comments