Skip to content

Commit

Permalink
Merge pull request #28550 from storybookjs/kasper/sandbox
Browse files Browse the repository at this point in the history
Build: Fix Qwik sandbox
  • Loading branch information
kasperpeulen authored Jul 12, 2024
2 parents 5cb6c6e + a1f56b3 commit 8523c8a
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 @@ -514,7 +514,7 @@ const baseTemplates = {
},
'qwik-vite/default-ts': {
name: 'Qwik CLI Latest (Vite | TypeScript)',
script: 'npm create qwik basic {{beforeDir}}',
script: 'npm create qwik playground {{beforeDir}}',
// TODO: The community template does not provide standard stories, which is required for e2e tests. Reenable once it does.
inDevelopment: true,
expected: {
Expand Down

0 comments on commit 8523c8a

Please sign in to comment.