Skip to content

Commit

Permalink
change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorkham committed Nov 26, 2024
1 parent 67f9272 commit 6f049ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/main.ts",
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p server/tsconfig.json",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint --fix . && prettier --write .",
Expand Down

0 comments on commit 6f049ea

Please sign in to comment.