aboutsummaryrefslogtreecommitdiffhomepage
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 bc514920d..3c77b93cb 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
71 }, 71 },
72 "husky": { 72 "husky": {
73 "hooks": { 73 "hooks": {
74 "pre-commit": "lint-staged" 74 "pre-commit": "lint-staged && ./scripts/openapi-peertube-version.sh"
75 } 75 }
76 }, 76 },
77 "lint-staged": { 77 "lint-staged": {