diff --git a/tasks/install.js b/tasks/install.js index 9db7daf35..1bb4092e3 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -407,6 +407,7 @@ gulp.task('clean up install', function() { // Completion Message if(installFolder) { console.log('Install complete! Navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build'); + process.exit(); } else { console.log('');