Skip to content

Commit 25a3ce1

Browse files
⚙️ ci(cover): Add cover script.
1 parent ddd8d23 commit 25a3ce1

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
@@ -48,7 +48,8 @@
4848
"test": "ava",
4949
"esdoc": "esdoc",
5050
"lint": "true",
51-
"prepare": "npm run build"
51+
"prepare": "npm run build",
52+
"cover": "nyc --reporter=lcov npm test"
5253
},
5354
"dependencies": {},
5455
"main": "lib/index.js",

0 commit comments

Comments
 (0)