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

Commit c48d07b

Browse files
add cover script
1 parent 2e7704d commit c48d07b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
55
"scripts": {
66
"lint": "npx eslint --fix \"**/*.js\" && npx prettier --write \"**/*.js\"",
7-
"test": "node test/checker.js"
7+
"test": "node test/checker.js",
8+
"cover": "npx c8 npm test"
89
},
910
"keywords": [
1011
"stylelint",

0 commit comments

Comments
 (0)