Skip to content

Commit bcc30d3

Browse files
committed
fix: unecessary clean-cache
1 parent b09c032 commit bcc30d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ endif
4141
# Include formatting rules
4242
include fmt.mk
4343

44-
.PHONY: all build dev start clean clean-cache help
44+
.PHONY: all build dev start clean help
4545
.PHONY: build-renderer version build-icons build-static
4646
.PHONY: lint lint-fix typecheck static-check
4747
.PHONY: test test-unit test-integration test-watch test-coverage test-e2e
@@ -116,10 +116,6 @@ dev: node_modules/.installed build-main ## Start development server (Vite + tsgo
116116
"vite"
117117
endif
118118

119-
clean-cache: ## Clean Vite cache (helps with EMFILE errors on Windows)
120-
@echo "Cleaning Vite cache..."
121-
@rm -rf node_modules/.vite
122-
123119
ifeq ($(OS),Windows_NT)
124120
dev-server: node_modules/.installed build-main ## Start server mode with hot reload (backend :3000 + frontend :5173). Use VITE_HOST=0.0.0.0 BACKEND_HOST=0.0.0.0 for remote access
125121
@echo "Starting dev-server..."

0 commit comments

Comments
 (0)