Spaces:
Sleeping
Sleeping
File size: 275 Bytes
66c9c8a | 1 2 3 4 5 6 7 8 9 10 11 | #!/usr/bin/env bash
set -e
SCRIPT_DIR="$(dirname "${BASH_SOURCE}")"
"$SCRIPT_DIR/../../../../repo.sh" build --fetch-only
"$SCRIPT_DIR/../../../../repo.sh" publish_exts -c release --from-package $*
"$SCRIPT_DIR/../../../../repo.sh" publish_exts -c debug --from-package $* |