mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-07 22:14:03 -05:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cp pyproject.toml poetry.lock openhands
|
|
poetry build -v
|