Skip to content

Commit

Permalink
Merge pull request #21977 from storybookjs/fix_sandbox_command_instru…
Browse files Browse the repository at this point in the history
…ctions

Chore: (CLI) Fix CLI sandbox command
  • Loading branch information
jonniebigodes authored and shilman committed Apr 15, 2023
1 parent 5b61349 commit 13a5011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const sandbox = async ({

const initMessage = init
? chalk.yellow(`yarn install\nyarn storybook`)
: `Recreate your setup, then ${chalk.yellow(`run npx storybook init`)}`;
: `Recreate your setup, then ${chalk.yellow(`npx storybook@latest init`)}`;

logger.info(
boxen(
Expand Down

0 comments on commit 13a5011

Please sign in to comment.