Skip to content

Commit

Permalink
Update build command for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed May 23, 2024
1 parent 1d1cc89 commit 5feba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bootstrap-fabric": "yarn example && yarn && yarn example pods-fabric",
"test:e2e:android": "bash ./scripts/run-maestro-tests.sh android",
"run-example-android": "cd example;npx react-native run-android --variant=release",
"run-example-ios": "cd example;npx react-native run-ios --configuration Release --simulator \"iPhone 13 (15.2)\"",
"run-example-ios": "cd example;npx react-native run-ios --mode \"Release\" --simulator \"iPhone 13 (15.2)\"",
"test:e2e:ios": "bash ./scripts/run-maestro-tests.sh ios"
},
"keywords": [
Expand Down

0 comments on commit 5feba7d

Please sign in to comment.