Skip to content

Commit

Permalink
chore: add force flag in dev mode (#583)
Browse files Browse the repository at this point in the history
switching branches often can cause vite cache to get corrupted
  • Loading branch information
rolznz authored Sep 3, 2024
1 parent d97b248 commit 4ff62b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev:http": "yarn prepare:http && vite",
"dev:http": "yarn prepare:http && vite --force",
"dev:wails": "yarn prepare:wails && vite",
"build:http": "yarn prepare:http && tsc && vite build",
"build:wails": "yarn prepare:wails && tsc && vite build",
Expand Down

0 comments on commit 4ff62b0

Please sign in to comment.