Skip to content

Commit

Permalink
feat(app): Add missing package cordova-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jun 11, 2015
1 parent 0f92a61 commit 4797d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ alias browsersync="browser-sync start --server --files \"**/*.html, **/*.js, **/
fi
if ([[ $choice == *"all"* ]] || [[ $choice == *"Cordova"* ]]); then
npm install -g cordova
npm install -g cordova-ios
npm install -g phonegap
npm install -g ionic
npm install -g ios-sim
Expand Down

0 comments on commit 4797d39

Please sign in to comment.