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 920f26b22..05f10849c 100644
--- a/package.json
+++ b/package.json
@@ -160,7 +160,7 @@
160 ], 160 ],
161 "husky": { 161 "husky": {
162 "hooks": { 162 "hooks": {
163 "pre-push": "npm run lint && npm run reformat-files" 163 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations"
164 } 164 }
165 } 165 }
166} 166}