Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

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 2e7704d commit c48d07b
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": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"scripts": {
"lint": "npx eslint --fix \"**/*.js\" && npx prettier --write \"**/*.js\"",
"test": "node test/checker.js"
"test": "node test/checker.js",
"cover": "npx c8 npm test"
},
"keywords": [
"stylelint",
Expand Down

0 comments on commit c48d07b

Please sign in to comment.