Skip to content

Commit cd297f1

Browse files
⚙️ ci(cover): Add cover script.
1 parent df0fa35 commit cd297f1

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
@@ -21,7 +21,8 @@
2121
"build": "rm -rf lib && babel src -d lib",
2222
"test": "ava",
2323
"esdoc": "esdoc",
24-
"prepare": "npm run build"
24+
"prepare": "npm run build",
25+
"cover": "nyc --reporter=lcov npm test"
2526
},
2627
"devDependencies": {
2728
"aureooms-node-package": "6.0.1",

0 commit comments

Comments
 (0)