Skip to content

Commit 7170cc3

Browse files
⚙️ ci(cover): Add cover script.
1 parent 2bf84d4 commit 7170cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"build": "rm -rf lib && babel src -d lib",
2727
"test": "ava",
2828
"esdoc": "esdoc",
29-
"prepare": "npm run build"
29+
"prepare": "npm run build",
30+
"cover": "nyc --reporter=lcov npm test"
3031
},
3132
"repository": {
3233
"type": "git",

0 commit comments

Comments
 (0)