1
0
Fork 0
mirror of synced 2024-05-20 04:12:50 +12:00

add prepare script for husky

This commit is contained in:
Maurits Lourens 2021-08-19 16:57:23 +02:00
parent 95535be7b4
commit 2c0e6ff1a8

View file

@ -46,7 +46,8 @@
"build:docker": "lerna run build:docker && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh && cd -",
"build:docker:develop": "node scripts/pinVersions && lerna run build:docker && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh develop && cd -",
"multi:enable": "lerna run multi:enable",
"multi:disable": "lerna run multi:disable"
"multi:disable": "lerna run multi:disable",
"prepare": "husky install"
},
"husky": {
"hooks": {