Skip to content

Commit

Permalink
fix(create-vite): remove tsc command from qwik template (#15982)
Browse files Browse the repository at this point in the history
Co-authored-by: patak <[email protected]>
  • Loading branch information
sapphi-red and patak-dev committed Feb 21, 2024
1 parent 8dc1b73 commit 5e05f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "serve dist"
},
"devDependencies": {
"serve": "^14.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.3"
},
"dependencies": {
Expand Down

0 comments on commit 5e05f10

Please sign in to comment.