Skip to content

Commit 5e84c63

Browse files
authored
Merge pull request #545 from netwrix/dev
prevent husky from failing CI builds
2 parents 32cc861 + aa58aba commit 5e84c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"kb:dry": "node scripts/copy-kb-to-versions.mjs --dry",
2222
"kb:test:aa": "npm run kb:clean && npm run prestart && npm run start",
2323
"kb:prodtest:aa": "npm run kb:clean && npm run prebuild && npm run build && npm run serve",
24-
"prepare": "husky"
24+
"prepare": "husky || true"
2525
},
2626
"dependencies": {
2727
"@docusaurus/babel": "^3.9.2",

0 commit comments

Comments
 (0)