mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Remove debugging flag
This commit is contained in:
parent
ced0fcfa16
commit
242dcbd7dd
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user