Browse Source

test stuff

pull/2717/head
jlukic 9 years ago
parent
commit
c9feedd0f1
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/install.js

2
tasks/install.js

@ -390,7 +390,7 @@ module.exports = function () {
if(answers.build == 'yes') {
gulp.start('build');
}
processs.exit();
process.exit();
}))
;

Loading…
Cancel
Save