Skip to content

Commit

Permalink
🤖 test: Add cover script.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jun 27, 2022
1 parent 40ad908 commit 489bb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"build": "NODE_ENV=production microbundle",
"build-docs": "esdoc",
"lint": "true",
"prepare": "npm run build"
"prepare": "npm run build",
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test"
},
"description": "type checking code bricks for JavaScript",
"keywords": [
Expand Down

0 comments on commit 489bb45

Please sign in to comment.