chore: remove node_modules prerequisite from make dev
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ TARGET_DIR := $(if $(TARGET),src-tauri/target/$(TARGET)/release,src-tauri/targe
|
||||
# ──────────────────────────────────────────────
|
||||
|
||||
.PHONY: dev
|
||||
dev: node_modules ## Run app in dev mode (Vite HMR + Rust backend)
|
||||
dev: ## Run app in dev mode (Vite HMR + Rust backend)
|
||||
npm run tauri dev
|
||||
|
||||
.PHONY: dev-frontend
|
||||
|
||||
Reference in New Issue
Block a user