diff --git a/package.json b/package.json index f19ad5d..be2f87b 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,14 @@ "type": "module", "scripts": { "dev": "vite --host", - "prebuild": "cp CNAME tempcname && rm -rf *.js *.css index.html asset-manifest.json", + "prebuild": "cp CNAME tempcname", // Remove cleanup from here "build": "tsc && vite build", - "postbuild": "mv tempcname CNAME", + "postbuild": "mv tempcname CNAME && npm run cleanup", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" - }, + } +} +, "dependencies": { "@material-tailwind/react": "^2.1.0", "@react-icons/all-files": "^4.1.0",