mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
poetry build -v
|