Skip to content

Commit dfef719

Browse files
committed
Add preinstall script
1 parent 30243d7 commit dfef719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"appium": "appium",
77
"clean-modules": "rm -rf ./node_modules/react-native-permissions/{example,node_modules}",
88
"clean": "rm -rf ./node_modules ./ios/Pods",
9+
"preinstall": "cd .. && yarn prepack && cd example",
910
"postinstall": "yarn clean-modules && yarn pod-update",
1011
"pod-update": "cd ./ios && pod update && cd ..",
1112
"start": "react-native start",

0 commit comments

Comments
 (0)