aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d096a3d97..3984bdc3c 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
121 ], 121 ],
122 "husky": { 122 "husky": {
123 "hooks": { 123 "hooks": {
124 "pre-commit": "npm run lint && npm run reformat-files" 124 "pre-push": "npm run lint && npm run reformat-files"
125 } 125 }
126 } 126 }
127} 127}