diff --git a/package.json b/package.json index e302587..49cf93e 100644 --- a/package.json +++ b/package.json @@ -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" },