Skip to content

Commit c7637c2

Browse files
authored
fix(ci): "git commit" fails in CI jobs #3155
Problem: "git commit" fails in "PushToGithub" CI job: .husky/pre-commit: 2: .: cannot open .husky/_/husky.sh: No such file Solution: For now, just remove this npm "prepare" script. This is only wanted for developers, should not be used in CI. Related: 0abd919
1 parent f84f132 commit c7637c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,6 @@
34903490
}
34913491
},
34923492
"scripts": {
3493-
"prepare": "husky install",
34943493
"vscode:prepublish": "npm run clean && npm run buildScripts && npm run lint && webpack --mode production && npm run copyFiles -- --webpacked",
34953494
"clean": "ts-node ./scripts/clean.ts dist",
34963495
"reset": "npm run clean -- node_modules && npm install",

0 commit comments

Comments
 (0)