Update build script
This commit is contained in:
parent
73c9315fbf
commit
fb0dba4e03
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -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"
|
Loading…
Add table
Reference in a new issue