Skip to content

Commit 2cce9ca

Browse files
🤖 chore: Add dev script.
1 parent 489bb45 commit 2cce9ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"build-docs": "esdoc",
66
"lint": "true",
77
"prepare": "npm run build",
8-
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test"
8+
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
9+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast"
910
},
1011
"description": "type checking code bricks for JavaScript",
1112
"keywords": [

0 commit comments

Comments
 (0)