Skip to content

Commit

Permalink
fix: run ios cli
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed May 17, 2024
1 parent 7826bb3 commit 9f45b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bundle:ios:prod": "react-native bundle --entry-file index.js --dev false --bundle-output main.ios.jsbundle",
"bundle:android": "react-native bundle --platform android --entry-file index.js --bundle-output main.jsbundle",
"bundle:android:prod": "react-native bundle --platform android --entry-file index.js --dev false --bundle-output main.android.jsbundle",
"ios": "react-native run-ios",
"ios": "react-native run-ios --target ledgerlivemobile",
"android": "react-native run-android --appIdSuffix=debug --active-arch-only",
"android:gradleClean": "cd android && ./gradlew clean",
"android:bundleInDebug": "ANDROID_BUNDLE_IN_DEBUG=true pnpm android",
Expand Down

0 comments on commit 9f45b73

Please sign in to comment.