Skip to content

Commit db1cc92

Browse files
🤖 test: Add cover script.
1 parent 9c5310c commit db1cc92

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
@@ -32,7 +32,8 @@
3232
"test": "ava",
3333
"esdoc": null,
3434
"lint": "true",
35-
"prepare": "npm run build"
35+
"prepare": "npm run build",
36+
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test"
3637
},
3738
"license": "AGPL-3.0",
3839
"name": "@aureooms/js-operator",

0 commit comments

Comments
 (0)