aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 53b4f742f..c267f6ae2 100644
--- a/package.json
+++ b/package.json
@@ -203,7 +203,7 @@
203 ], 203 ],
204 "husky": { 204 "husky": {
205 "hooks": { 205 "hooks": {
206 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding" 206 "pre-commit": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding"
207 } 207 }
208 } 208 }
209} 209}