Skip to content

Commit

Permalink
FIX: auto install did not copy build during npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonT committed Aug 12, 2016
1 parent 961b4c9 commit 161f72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ gulp.task('run setup', function() {
answers = {
overwrite : 'yes',
install : 'auto',
useRoot : true,
semanticRoot : currentConfig.base
};
}
else {
Expand Down

0 comments on commit 161f72c

Please sign in to comment.