Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drannex42 authored Jul 22, 2021
1 parent 21f1597 commit 5a3518e
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 @@ -12,7 +12,7 @@

"#Platform: Sync": "These build the application for their specific platforms",
"cap-run:android": "cap sync android && cap open android",
"cap-run:ios": "cap open ios",
"cap-run:ios": "cap sync ios && cap open ios",

"#Dev: Platform": "These enable HMR (Hot module reloading) directly on the device - please check the readme.md for more on this.",
"dev:ios": "run-p dev:start cap-run:ios",
Expand Down

0 comments on commit 5a3518e

Please sign in to comment.