Skip to content

Commit

Permalink
FIX: build after autoInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonT committed Aug 12, 2016
1 parent b6f1bdd commit 301b3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ gulp.task('create install files', function(callback) {
gulp.task('clean up install', function() {

// Completion Message
if(installFolder) {
if(installFolder && !install.shouldAutoInstall()) {
console.log('\n Setup Complete! \n Installing Peer Dependencies. \x1b[0;31mPlease refrain from ctrl + c\x1b[0m... \n After completion navigate to \x1b[92m' + answers.semanticRoot + '\x1b[0m and run "\x1b[92mgulp build\x1b[0m" to build');
process.exit(0);
}
Expand Down

0 comments on commit 301b3ad

Please sign in to comment.