build 수정

This commit is contained in:
biryu2000 2025-05-25 23:09:58 +09:00
parent d327866dff
commit 1ff63a9eb3

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "npx tsc -b && vite build",
"build": "node_modules/.bin/tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},