Skip to content

Commit

Permalink
Merge branch 'next' into norbert/cpc-incorrect-export-core-events
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 12, 2024
2 parents 1cd84b3 + cbf921a commit f367015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn lint-staged"
"pre-commit": "if [ -z \"$SKIP_STORYBOOK_GIT_HOOKS\" ]; then yarn storybook:lint; fi"
}
},
"lint-staged": {
Expand Down

0 comments on commit f367015

Please sign in to comment.