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