Skip to content

Commit

Permalink
fix: dont fail docker builds due to husky
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Arturo Cabral Mejía <[email protected]>
  • Loading branch information
cameri committed Nov 24, 2022
1 parent 19d1274 commit 2845fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2845fb5

Please sign in to comment.