This commit is contained in:
Dax Raad 2025-04-21 20:07:54 -04:00
commit 54edc4ec31
5 changed files with 148 additions and 19 deletions

7
scripts/snapshot Executable file
View 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