chore: use npm ci for web dev dependencies

This commit is contained in:
jbwfu
2026-03-02 11:29:44 +08:00
parent 5f3b00df70
commit ebba850569
+2 -2
View File
@@ -79,7 +79,7 @@ dev:
@command -v concurrently > /dev/null 2>&1 || npm install -g concurrently @command -v concurrently > /dev/null 2>&1 || npm install -g concurrently
concurrently --kill-others \ concurrently --kill-others \
"go tool air" \ "go tool air" \
"cd web && npm run dev" "cd web && npm ci && npm run dev"
# Run agent with hot reload # Run agent with hot reload
agent-dev: agent-dev:
@@ -131,4 +131,4 @@ help:
@echo " docker-up - Start Docker Compose stack" @echo " docker-up - Start Docker Compose stack"
@echo " docker-down - Stop Docker Compose stack" @echo " docker-down - Stop Docker Compose stack"
@echo " docker-dev - Build and run Docker Compose in foreground" @echo " docker-dev - Build and run Docker Compose in foreground"
@echo " help - Show this help message" @echo " help - Show this help message"