Skip to content

Commit 17555e2

Browse files
😒 chore: Add dev script.
1 parent 25a3ce1 commit 17555e2

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
@@ -49,7 +49,8 @@
4949
"esdoc": "esdoc",
5050
"lint": "true",
5151
"prepare": "npm run build",
52-
"cover": "nyc --reporter=lcov npm test"
52+
"cover": "nyc --reporter=lcov npm test",
53+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
5354
},
5455
"dependencies": {},
5556
"main": "lib/index.js",

0 commit comments

Comments
 (0)