Skip to content

Commit

Permalink
fix(app): Moving installDependencies to install function
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Nov 12, 2015
1 parent fd72c3e commit 98258f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,13 @@ var AppGenerator = Class.extend({
},

install: function() {

},

end: function() {
this.installDependencies({
skipInstall: this.options['skip-install'],
skipMessage: this.options['skip-message']
});
},

end: function() {

if (this.mobile) {
this.log('');
Expand Down

0 comments on commit 98258f1

Please sign in to comment.