Skip to content

Commit

Permalink
build(ci): do not fail on husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Feb 19, 2023
1 parent 5e54608 commit f168be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"types": "./types/index.d.ts",
"scripts": {
"prepare": "husky install",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"build": "tsc",
"lint": "npm run lint:android && npm run lint:ios && npm run lint:typescript",
"lint:android": "ktlint src/android",
Expand Down

0 comments on commit f168be3

Please sign in to comment.