Skip to content

Commit 688f132

Browse files
⚙️ ci(cover): Add cover script.
1 parent fc80844 commit 688f132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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
"author": "aureooms",
3233
"devDependencies": {

0 commit comments

Comments
 (0)