fix: use frozen lockfile in makefile bun install

This commit is contained in:
Stavros
2026-04-28 15:31:07 +03:00
parent 11793c9869
commit a8737ab0bd
+1 -1
View File
@@ -17,7 +17,7 @@ PROD_COMPOSE := $(shell test -f "docker-compose.test.prod.yml" && echo "docker-c
# Deps
deps:
bun install --cwd frontend
bun install --frozen-lockfile --cwd frontend
go mod download
# Clean data