conditionally install husky

This commit is contained in:
Eric Bailey 2023-07-13 15:55:30 -07:00
parent c83573bf97
commit 5a2401ada9
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"version": "1.41.0",
"private": true,
"scripts": {
"prepare": "husky install",
"prepare": "is-ci || husky install",
"postinstall": "patch-package",
"prebuild": "expo prebuild",
"android": "expo run:android",
@ -178,6 +178,7 @@
"eslint-plugin-ft-flow": "^2.0.3",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.4.3",
"jest-expo": "^48.0.2",
"jest-junit": "^15.0.0",