Skip to content

Commit f1cac1f

Browse files
😒 chore: Add dev script.
1 parent 3bd1cab commit f1cac1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"test": "ava",
124124
"esdoc": "esdoc",
125125
"lint": "true",
126-
"prepare": "npm run build"
126+
"prepare": "npm run build",
127+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
127128
},
128129
"files": [
129130
"lib"

0 commit comments

Comments
 (0)