build(scripts): update build and publish scripts

This commit is contained in:
2026-04-17 20:08:29 +03:00
parent 73206d41ec
commit 8874f5c04f
3 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env bash
set -e
cd "$(dirname $(dirname "$0"))" || exit
source .env
mkdir -p "$SDK_PATH" "$PUBLISH_PATH" "$BUILD_PATH" "$TARGET_PATH" "src-gen"
docker compose run --rm --user $(id -u):$(id -g) --build --remove-orphans builder
docker compose run --rm --user $(id -u):$(id -g) --build --remove-orphans builder
./scripts/docker-action