Skip to content

Commit c8b47b8

Browse files
authored
CHANGE: @W-19586349@ Fix husky publishing issue (#343)
1 parent 8eb8285 commit c8b47b8

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
@@ -18,7 +18,7 @@
1818
"showcoverage-java": "npm run showcoverage-java --workspaces --if-present",
1919
"showcoverage-typescript": "open ./coverage/lcov-report/index.html",
2020
"showcoverage": "npm run showcoverage-java && npm run showcoverage-typescript",
21-
"prepare": "husky"
21+
"prepare": "husky || true"
2222
},
2323
"devDependencies": {
2424
"cross-env": "^10.0.0",

0 commit comments

Comments
 (0)