Skip to content

Commit fd35b87

Browse files
committed
⚙️ Chore: Update Package Scripts
1 parent 4f78057 commit fd35b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"run:release": "cd example && npx react-native run-ios --configuration Release",
5959
"run:debug": "cd example && npx react-native run-ios --configuration Debug",
6060
"build-and-run": "yarn run build && yarn run run:debug && yarn run run:release",
61-
"pod-install": "yarn run close:ios ; cd example/ios && bundle install ; RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version",
62-
"pod-install:old": "cd example/ios && RCT_NEW_ARCH_ENABLED=0 pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version",
61+
"pod-install": "cd example/ios && bundle install ; RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version",
62+
"pod-install:old": "cd example/ios && rm -rfv ./build ; RCT_NEW_ARCH_ENABLED=0 pod install ; cd ../.. ; yarn run build:update-version",
6363
"pod-install:reopen": "yarn run close:ios ; yarn run pod-install ; yarn run open:ios",
6464
"pod-install:reopen-old": "yarn run close:ios ; yarn run pod-install:old ; yarn run open:ios",
6565
"nuke:node-modules": "rm -rfv ./yarn.lock ./node_modules ; cd example ; rm -rfv ./node_modules ; cd ../..",

0 commit comments

Comments
 (0)