Skip to content

Commit

Permalink
add cover script
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Nov 3, 2021
1 parent 89eaa84 commit 18ce000
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 @@
"description": "Columnated lists for the CLI.",
"scripts": {
"lint": "npx eslint --fix '*.js' && npx prettier --write '*.js'",
"test": "node test.js && node color.js"
"test": "node test.js && node color.js",
"cover": "npx c8 npm test"
},
"keywords": [
"ansi",
Expand Down

0 comments on commit 18ce000

Please sign in to comment.