This commit is contained in:
Alexander Wang 2025-05-01 20:18:33 -06:00
parent e7c2493740
commit 7886946781
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -3,24 +3,4 @@ set -eu
cd -- "$(dirname "$0")/../.."
. "./ci/sub/lib.sh"
NPM_VERSION=""
for arg in "$@"; do
case "$arg" in
--npm-version=*)
NPM_VERSION="${arg#*=}"
;;
esac
done
if [ -z "$NPM_VERSION" ]; then
flag_errusage "--npm-version is required"
fi
./ci/sub/release/release.sh "$@"
if [ -n "$NPM_VERSION" ]; then
./ci/release/release-js.sh --version="$NPM_VERSION"
fi