mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
7 lines
154 B
Bash
Executable file
7 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
export DOCKER_PUSH=true
|
|
./platform/scripts/build
|
|
goreleaser build --clean --snapshot --skip validate
|
|
cd sdk/js
|
|
bun run release
|