Skip to content

Commit

Permalink
fix: jugaad for deleting index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
patelmilanun committed Mar 31, 2024
1 parent 0acd173 commit 79ec0e5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 8 deletions.
55 changes: 48 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build && npm run clean",
"clean": "rimraf ../Parse-Dashboard/v2/index.html",
"build:watch": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand All @@ -23,6 +24,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
Expand Down

0 comments on commit 79ec0e5

Please sign in to comment.