bun frozen lockfile

This commit is contained in:
2025-08-05 22:04:08 -07:00
parent 041885e747
commit 4c5db15dec

View File

@@ -11,8 +11,8 @@ build-validator:
build-frontend:
rm -rf web/build
cd web && bun install
cd web && bun run build
cd web && bun install --frozen-lockfile
cd web && bun run build --frozen-lockfile
build: build-backend build-validator build-frontend