From ebba8505696d7de908f3fd0ddeee6d65815944b6 Mon Sep 17 00:00:00 2001 From: jbwfu <75001777+jbwfu@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:29:44 +0800 Subject: [PATCH] chore: use npm ci for web dev dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 92b2581..c491bf0 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ dev: @command -v concurrently > /dev/null 2>&1 || npm install -g concurrently concurrently --kill-others \ "go tool air" \ - "cd web && npm run dev" + "cd web && npm ci && npm run dev" # Run agent with hot reload agent-dev: @@ -131,4 +131,4 @@ help: @echo " docker-up - Start Docker Compose stack" @echo " docker-down - Stop Docker Compose stack" @echo " docker-dev - Build and run Docker Compose in foreground" - @echo " help - Show this help message" \ No newline at end of file + @echo " help - Show this help message"