mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Update missed getstorybook occurrences
This commit is contained in:
parent
e09dec60d7
commit
db75294ad2
@ -73,7 +73,7 @@ export default function(options, pkg) {
|
||||
logger.log();
|
||||
paddedLog('There seems to be a storybook already available in this project.');
|
||||
paddedLog('Apply following command to force:\n');
|
||||
codeLog(['getstorybook -f']);
|
||||
codeLog(['storybook init -f']);
|
||||
|
||||
// Add a new line for the clear visibility.
|
||||
logger.log();
|
||||
@ -173,10 +173,10 @@ export default function(options, pkg) {
|
||||
default:
|
||||
paddedLog(`We couldn't detect your project type. (code: ${projectType})`);
|
||||
paddedLog(
|
||||
"Please make sure you are running the `getstorybook` command in your project's root directory."
|
||||
"Please make sure you are running the `storybook init` command in your project's root directory."
|
||||
);
|
||||
paddedLog(
|
||||
'You can also install storybook for plain HTML snippets with `getstorybook --html` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/'
|
||||
'You can also install storybook for plain HTML snippets with `storybook init --html` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/'
|
||||
);
|
||||
|
||||
// Add a new line for the clear visibility.
|
||||
|
Loading…
x
Reference in New Issue
Block a user