1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

fix: limited script for now

This commit is contained in:
Mateusz Kwasniewski 2023-02-27 11:14:21 +01:00 committed by GitHub
parent a659ce8ab4
commit ac9f054461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,4 @@
set -e
CURRENT_VERSION=$(npm pkg get version)
if [[ $CURRENT_VERSION == *beta* ]]; then
echo "Current beta update"
npm version prerelease --preid=beta --ignore-scripts
else
echo "Next minor beta update"
npm version preminor --preid=beta --ignore-scripts
fi
npm version prerelease --preid=beta --ignore-scripts