We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1274 commit 2845fb5Copy full SHA for 2845fb5
package.json
@@ -49,7 +49,7 @@
49
"docker:test:integration": "npm run docker:integration:run -- npm run test:integration",
50
"docker:cover:integration": "npm run docker:integration:run -- npm run cover:integration",
51
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
52
- "prepare": "husky install"
+ "prepare": "husky install || exit 0"
53
},
54
"repository": {
55
"type": "git",
0 commit comments