Skip to content

Commit a8737ab

Browse files
committed
fix: use frozen lockfile in makefile bun install
1 parent 11793c9 commit a8737ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PROD_COMPOSE := $(shell test -f "docker-compose.test.prod.yml" && echo "docker-c
1717

1818
# Deps
1919
deps:
20-
bun install --cwd frontend
20+
bun install --frozen-lockfile --cwd frontend
2121
go mod download
2222

2323
# Clean data

0 commit comments

Comments
 (0)