Skip to content

Commit 79ec0e5

Browse files
committed
fix: jugaad for deleting index.html
1 parent 0acd173 commit 79ec0e5

File tree

2 files changed

+51
-8
lines changed

2 files changed

+51
-8
lines changed

package-lock.json

+48-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc && vite build",
8+
"build": "tsc && vite build && npm run clean",
9+
"clean": "rimraf ../Parse-Dashboard/v2/index.html",
910
"build:watch": "tsc && vite build",
1011
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1112
"preview": "vite preview"
@@ -23,6 +24,7 @@
2324
"eslint": "^8.57.0",
2425
"eslint-plugin-react-hooks": "^4.6.0",
2526
"eslint-plugin-react-refresh": "^0.4.6",
27+
"rimraf": "^5.0.5",
2628
"typescript": "^5.2.2",
2729
"vite": "^5.2.0"
2830
}

0 commit comments

Comments
 (0)