Skip to content

Commit

Permalink
chore: fixed husky run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Apr 18, 2023
1 parent 05d7f03 commit 52b888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"package:macos": "npm run -w packages/cli package:macos",
"zombie": "node ./packages/cli/dist/cli.js",
"test": "npm run test --workspaces --if-present",
"postinstall": "cd .. && husky install javascript/.husky"
"postinstall": "if [[ -n $CI ]]; then cd .. && husky install javascript/.husky; fi"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 52b888c

Please sign in to comment.