Skip to content

Commit 2845fb5

Browse files
committed
fix: dont fail docker builds due to husky
Signed-off-by: Ricardo Arturo Cabral Mejía <[email protected]>
1 parent 19d1274 commit 2845fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"docker:test:integration": "npm run docker:integration:run -- npm run test:integration",
5050
"docker:cover:integration": "npm run docker:integration:run -- npm run cover:integration",
5151
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
52-
"prepare": "husky install"
52+
"prepare": "husky install || exit 0"
5353
},
5454
"repository": {
5555
"type": "git",

0 commit comments

Comments
 (0)