diff --git a/package.json b/package.json index f4d2449..984ebb4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "npx tsc && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest",