Update build script

This commit is contained in:
zervo 2025-07-24 00:27:04 +02:00
parent 73c9315fbf
commit fb0dba4e03

View file

@ -19,8 +19,7 @@ bun install
bun run build
echo "Building Go backend..."
cd "$BACKEND_DIR"
go build -v -o "$OUTPUT_DIR" $BACKEND_PKG
go build -C "$BACKEND_DIR" -v -o "$OUTPUT_DIR" $BACKEND_PKG
cd "$ROOT_DIR"
echo "Build completed. Output located in: $OUTPUT_DIR"