mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
8 lines
154 B
Bash
Executable File
8 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
|