Skip to content

Commit 0c1008c

Browse files
⚙️ ci(cover): Add cover script.
1 parent 730058a commit 0c1008c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
},
6868
"scripts": {
6969
"build": "rm -rf lib && babel src -d lib",
70+
"cover": "nyc --reporter=lcov npm test",
7071
"esdoc": "esdoc",
7172
"prepare": "npm run build",
7273
"release": "np",

0 commit comments

Comments
 (0)