Remove debugging flag

This commit is contained in:
Keraito 2018-09-21 20:03:31 +02:00
parent ced0fcfa16
commit 242dcbd7dd

View File

@ -12,7 +12,7 @@ if (process.argv[1].includes('getstorybook')) {
logger.log(chalk.yellow('The official command to install Storybook from now on is:\n'));
codeLog(['storybook init']);
logger.log();
initiate({ force: true }, pkg).then(() => process.exit(0));
initiate({}, pkg).then(() => process.exit(0));
} else {
program
.command('init')