Skip to content

Commit 6eb8ea4

Browse files
😒 chore: Add dev script.
1 parent d8818f5 commit 6eb8ea4

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
@@ -123,6 +123,7 @@
123123
"prepare": "npm run build",
124124
"release": "np",
125125
"test": "ava",
126-
"lint": "true"
126+
"lint": "true",
127+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
127128
}
128129
}

0 commit comments

Comments
 (0)