Skip to content

Commit

Permalink
fix: Remove tsc from the build script for the example app to so i…
Browse files Browse the repository at this point in the history
…t can build successfully out of the box ([#2](#2))
  • Loading branch information
Andrew Welch committed Jan 15, 2022
1 parent 950d2de commit 31d301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["vite", "vitejs", "local", "development", "development-environment","docker", "docker-container"],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 31d301d

Please sign in to comment.