We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d948588 commit 064f1c9Copy full SHA for 064f1c9
1 file changed
Makefile
@@ -9,6 +9,7 @@ run: kill clean build
9
# Build production binary
10
build:
11
@echo "Building frontend..."
12
+ @cd frontend && bun install --frozen-lockfile 2>/dev/null || cd frontend && bun install
13
@cd frontend && bun run build
14
@echo "Copying dist to backend embed..."
15
@rm -rf backend/cmd/server/dist
0 commit comments