chore: remove node_modules prerequisite from make dev

This commit is contained in:
2026-04-06 10:27:24 +03:00
parent 4e5714b291
commit f8dd94a6c7

View File

@@ -15,7 +15,7 @@ TARGET_DIR := $(if $(TARGET),src-tauri/target/$(TARGET)/release,src-tauri/targe
# ────────────────────────────────────────────── # ──────────────────────────────────────────────
.PHONY: dev .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 npm run tauri dev
.PHONY: dev-frontend .PHONY: dev-frontend