Skip to content

Commit 064f1c9

Browse files
committed
up make
1 parent d948588 commit 064f1c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ run: kill clean build
99
# Build production binary
1010
build:
1111
@echo "Building frontend..."
12+
@cd frontend && bun install --frozen-lockfile 2>/dev/null || cd frontend && bun install
1213
@cd frontend && bun run build
1314
@echo "Copying dist to backend embed..."
1415
@rm -rf backend/cmd/server/dist

0 commit comments

Comments
 (0)