We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32cc861 + aa58aba commit 5e84c63Copy full SHA for 5e84c63
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"kb:dry": "node scripts/copy-kb-to-versions.mjs --dry",
22
"kb:test:aa": "npm run kb:clean && npm run prestart && npm run start",
23
"kb:prodtest:aa": "npm run kb:clean && npm run prebuild && npm run build && npm run serve",
24
- "prepare": "husky"
+ "prepare": "husky || true"
25
},
26
"dependencies": {
27
"@docusaurus/babel": "^3.9.2",
0 commit comments