|
@@ -87,8 +87,7 @@
|
|
|
"hooks": {
|
|
"hooks": {
|
|
|
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
|
|
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
|
|
|
"post-commit": "git update-index --again",
|
|
"post-commit": "git update-index --again",
|
|
|
- "pre-commit": "NODE_OPTIONS=\"--max-old-space-size=8096\" lint-staged",
|
|
|
|
|
- "pre-push": "yarn check-imports && yarn check-angular-versions && yarn build && yarn test && yarn e2e"
|
|
|
|
|
|
|
+ "pre-commit": "NODE_OPTIONS=\"--max-old-space-size=8096\" lint-staged"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|