Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update run script (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
timarney authored May 21, 2021
1 parent 8a59123 commit 68a74d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pod-install": "pushd ios; bundle exec pod install; popd",
"run-android": "react-native run-android --variant debug",
"run-ios-prod": "ENVFILE=.env.production yarn run-ios --scheme Production",
"run-ios": "react-native run-ios --scheme Staging --simulator='iPhone 8'",
"start": "react-native start --reset-cache",
"clean": "react-native-clean-project",
Expand Down

0 comments on commit 68a74d5

Please sign in to comment.