diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-13 14:31:31 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-13 14:31:48 +0100 |
commit | 1d859b5afa88583dc27027fe14d0aa13e24a44a3 (patch) | |
tree | 02acab355c64c9debf2c17606b363035a76f23ec /package.json | |
parent | 408f50ebc7cc3c0887d1e77a5c04508517dc151e (diff) | |
download | PeerTube-1d859b5afa88583dc27027fe14d0aa13e24a44a3.tar.gz PeerTube-1d859b5afa88583dc27027fe14d0aa13e24a44a3.tar.zst PeerTube-1d859b5afa88583dc27027fe14d0aa13e24a44a3.zip |
sync API version with PeerTube version and auto-update it via git hooks
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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": { |