Skip to content

Commit 6cc486a

Browse files
committed
fix: package.json: revert pre commit script
1 parent 3dc80b1 commit 6cc486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test:ut:integration": "jest \"user_transformation.integration.test.js\" --detectOpenHandles --notify",
4747
"test:ut:integration:silent": "npm run test:ut:integration -- --silent",
4848
"test:ut:integration:ci": "npm run test:ut:integration -- --expand --maxWorkers=50%",
49-
"pre-commit": "echo hi",
49+
"pre-commit": "npm run test:ts:silent && npm run test:js:silent && npx lint-staged",
5050
"commit-msg": "commitlint --edit",
5151
"prepare": "node ./scripts/skipPrepareScript.js || husky install",
5252
"release": "npx standard-version",

0 commit comments

Comments
 (0)