We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc80b1 commit 6cc486aCopy full SHA for 6cc486a
package.json
@@ -46,7 +46,7 @@
46
"test:ut:integration": "jest \"user_transformation.integration.test.js\" --detectOpenHandles --notify",
47
"test:ut:integration:silent": "npm run test:ut:integration -- --silent",
48
"test:ut:integration:ci": "npm run test:ut:integration -- --expand --maxWorkers=50%",
49
- "pre-commit": "echo hi",
+ "pre-commit": "npm run test:ts:silent && npm run test:js:silent && npx lint-staged",
50
"commit-msg": "commitlint --edit",
51
"prepare": "node ./scripts/skipPrepareScript.js || husky install",
52
"release": "npx standard-version",
0 commit comments