Skip to content

Commit b719bbd

Browse files
😒 chore: Add dev script.
1 parent c71fc27 commit b719bbd

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
@@ -126,6 +126,7 @@
126126
"prepare": "npm run build",
127127
"release": "np",
128128
"test": "ava",
129-
"lint": "true"
129+
"lint": "true",
130+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
130131
}
131132
}

0 commit comments

Comments
 (0)