diff --git a/package.json b/package.json index 0780b7f..8229351 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "node script/build.js", + "build": "vite build", "lint": "eslint .", "format": "prettier --write \"**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit",