Skip to content

Commit

Permalink
Merge pull request #23969 from storybookjs/fix-qwik-sandbox
Browse files Browse the repository at this point in the history
Sandboxes: Fix Qwik generation by removing `--no-install` flag
  • Loading branch information
JReinhold authored Aug 28, 2023
2 parents 29bc724 + 7338229 commit 8d1a0de
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 @@ -422,7 +422,7 @@ const baseTemplates = {
},
'qwik-vite/default-ts': {
name: 'Qwik CLI (Default TS)',
script: 'yarn create qwik basic {{beforeDir}} --no-install',
script: 'yarn create qwik basic {{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 8d1a0de

Please sign in to comment.