mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🧹 chore: everytime for clean build
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user