Skip to content

Commit

Permalink
Add useful pod install/update scripts to package
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Nov 21, 2024
1 parent 38b590a commit d5ecfb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"test:e2e:ios": "npx cavy run-ios --terminal bash --scheme ReactNativeTHEOplayer",
"test:e2e:tvos": "npx cavy run-ios --terminal bash --scheme ReactNativeTHEOplayer-tvOS",
"lint": "eslint \"**/*.{ts,tsx}\"",
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"pod-update": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod update",
"postinstall": "patch-package"
},
"dependencies": {
Expand Down

0 comments on commit d5ecfb3

Please sign in to comment.