Skip to content

Commit

Permalink
fix: double npm install
Browse files Browse the repository at this point in the history
Fixes: #190
  • Loading branch information
ruyadorno committed Mar 3, 2021
1 parent cad39a5 commit 60b27c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,4 @@ module.exports = class extends Generator {
conflicts() {
this.fs.append(this.destinationPath('.eslintignore'), '**/templates\n');
}

install() {
this.installDependencies({ bower: false });
}
};

0 comments on commit 60b27c9

Please sign in to comment.