mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
fix: dont fail docker builds due to husky
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
parent
19d1274c7e
commit
2845fb50bf
@ -49,7 +49,7 @@
|
||||
"docker:test:integration": "npm run docker:integration:run -- npm run test:integration",
|
||||
"docker:cover:integration": "npm run docker:integration:run -- npm run cover:integration",
|
||||
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install || exit 0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user