Skip to content

Commit

Permalink
remove tsc from build
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Oct 24, 2023
1 parent 2e08f9f commit 8944a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build": "vite build",
"analyze": "vite-bundle-visualizer",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

0 comments on commit 8944a1e

Please sign in to comment.