🧹 chore: everytime for clean build

This commit is contained in:
RiO
2024-12-29 05:35:24 +05:30
parent 91ca3a4917
commit 2e29e75b56

View File

@@ -5,8 +5,9 @@
"type": "module", "type": "module",
"homepage": "https://Snigdha-OS.github.io", "homepage": "https://Snigdha-OS.github.io",
"scripts": { "scripts": {
"clean": "rm -rf dist",
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "npm run clean && vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview", "preview": "vite preview",
"predeploy": "npm run build", "predeploy": "npm run build",