Skip to content

Commit 819d001

Browse files
🤖 chore(package.json): Add dev script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/package.json:scripts-add-dev.js Please contact the author of the transform if you believe there was an error.
1 parent b8e04fc commit 819d001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"commit-msg": "commitlint --edit",
4444
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
4545
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
46+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4647
"install-hooks": "husky install",
4748
"lint": "xo",
4849
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)