Skip to content

Commit

Permalink
add to start command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanAtShopify committed Jun 24, 2020
1 parent 77f596e commit 4b02a62
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 @@ -11,7 +11,7 @@
"pod-install": "pushd ios; bundle exec pod install; popd",
"run-android": "yarn generate-translations && react-native run-android --variant debug",
"run-ios": "yarn generate-translations && react-native run-ios",
"start": "react-native start --reset-cache",
"start": "yarn generate-translations && react-native start --reset-cache",
"test": "jest",
"tsc": "tsc"
},
Expand Down

0 comments on commit 4b02a62

Please sign in to comment.