Skip to content

Commit

Permalink
Fix creating Nextjs Sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Oct 12, 2023
1 parent 20e69a6 commit 8c0453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const baseTemplates = {
},
'nextjs/prerelease': {
name: 'Next.js Prerelease (Webpack | TypeScript)',
script: 'yarn create next-app@canary {{beforeDir}} --typescript --eslint',
script: 'npx create-next-app@canary {{beforeDir}} --typescript --eslint',
expected: {
framework: '@storybook/nextjs',
renderer: '@storybook/react',
Expand Down

0 comments on commit 8c0453e

Please sign in to comment.