conditionally install husky
This commit is contained in:
parent
c83573bf97
commit
5a2401ada9
2 changed files with 9 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue