diff --git a/package.json b/package.json index 32354a6..bf213ae 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "type": "module", "scripts": { - "build": "tsc && vite build", + "build": "tsc && rm -f node_modules/.cache/assets && vite build", "dev": "vite", "lint": "eslint src --cache --fix --max-warnings 0", "preview": "vite preview",