Skip to content

Commit 7d13a4f

Browse files
😒 chore: Add dev script.
1 parent 3a11249 commit 7d13a4f

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
@@ -121,6 +121,7 @@
121121
"prepare": "npm run build",
122122
"release": "np",
123123
"test": "ava",
124-
"lint": "true"
124+
"lint": "true",
125+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
125126
}
126127
}

0 commit comments

Comments
 (0)