Skip to content

Commit 5d87166

Browse files
kasperpeulenstorybook-bot
authored andcommitted
Merge pull request #28550 from storybookjs/kasper/sandbox
Build: Fix Qwik sandbox (cherry picked from commit 8523c8a)
1 parent 806f50e commit 5d87166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/lib/cli/src/sandbox-templates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ const baseTemplates = {
514514
},
515515
'qwik-vite/default-ts': {
516516
name: 'Qwik CLI Latest (Vite | TypeScript)',
517-
script: 'npm create qwik basic {{beforeDir}}',
517+
script: 'npm create qwik playground {{beforeDir}}',
518518
// TODO: The community template does not provide standard stories, which is required for e2e tests. Reenable once it does.
519519
inDevelopment: true,
520520
expected: {

0 commit comments

Comments
 (0)