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 2c14e3f commit a52cf60Copy full SHA for a52cf60
generators/app/index.js
@@ -297,5 +297,10 @@ module.exports = yeoman.generators.Base.extend({
297
install: function () {
298
this.log('Copied files, now running ' + chalk.cyan('npm install') + ' to install development dependencies');
299
this.npmInstall();
300
+ },
301
+
302
+ end: function () {
303
+ this.log('\n\n> I will now run ' + chalk.cyan('grunt build') + ' to build the mpk < \n\n');
304
+ this.spawnCommand('grunt', ['build']);
305
}
306
});
0 commit comments