fix husky by adding npm prepare script (#7543)
Co-authored-by: Fokin Aleksandr Konstantinovich <aleksafokin@ozon.ru>
This commit is contained in:
parent
1d0eefab78
commit
f24642989b
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@
|
|||
"pod-install": "react-native setup-ios-permissions && cd ios && pod install",
|
||||
"pod-install-m1": "react-native setup-ios-permissions && cd ios && arch -x86_64 pod install",
|
||||
"postinstall": "patch-package && ./scripts/postinstall.sh",
|
||||
"prepare": "husky install",
|
||||
"preinstall": "./scripts/preinstall.sh && npx solidarity",
|
||||
"start": "react-native start",
|
||||
"test": "jest --forceExit --runInBand",
|
||||
|
|
|
|||
Loading…
Reference in a new issue