Skip to content

Commit a20eea4

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/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/package.json:scripts-add-dev.js Please contact the author of the transform if you believe there was an error.
1 parent ca3e6b2 commit a20eea4

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
@@ -55,6 +55,7 @@
5555
"commit-msg": "commitlint --edit",
5656
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5757
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
58+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5859
"install-hooks": "husky install",
5960
"lint": "xo",
6061
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)