We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73679c commit a6bffd3Copy full SHA for a6bffd3
generators/app/index.js
@@ -187,7 +187,7 @@ on Github](https://github.com/sondr3/generator-jekyllized).
187
if (!this.options['skip-install']) {
188
this.log('\nCreating files and running ' + chalk.blue('npm install') +
189
' and ' + chalk.blue('bundle install') + '.\n');
190
- this.spawnCommandSync('bundle', ['install']);
+ this.spawnCommand('bundle', ['install']);
191
}
192
},
193
0 commit comments