ci test
This commit is contained in:
parent
60d159afc1
commit
54edc4ec31
5 changed files with 148 additions and 19 deletions
7
scripts/snapshot
Executable file
7
scripts/snapshot
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue