Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(qwik template): change preview script #15975

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update package.json
  • Loading branch information
gioboa authored Feb 20, 2024
commit a0d5f91c8fe6fc6b27de7a0fddc915c110e4a85f
3 changes: 2 additions & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "npm run build; npx serve dist"
"preview": "serve dist"
},
"devDependencies": {
"serve": "^14.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.3"
},
Expand Down