Skip to content

Commit 93ec325

Browse files
fix: build error fix
1 parent 261155f commit 93ec325

File tree

2 files changed

+14
-46
lines changed

2 files changed

+14
-46
lines changed

package-lock.json

Lines changed: 13 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build && npm run clean",
9-
"clean": "rimraf ../Parse-Dashboard/v2/index.html",
9+
"clean": "rimraf ../Parse-Dashboard/public/v2/index.html",
1010
"build:watch": "tsc && vite build",
1111
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1212
"preview": "vite preview"
@@ -24,7 +24,6 @@
2424
"eslint": "^8.57.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.6",
27-
"rimraf": "^5.0.5",
2827
"typescript": "^5.2.2",
2928
"vite": "^5.2.0"
3029
}

0 commit comments

Comments
 (0)