ci: fix incorrect if else in build.sh

This commit is contained in:
Nicolas Giard 2022-07-14 21:36:45 -04:00 committed by GitHub
parent 744bcc54e8
commit 46c5914547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ yarn rebuild
echo "Packaging static assets..."
if [ "${SHOULD_DEPLOY}" == "true" ]; then
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
elif
else
yarn build
fi
yarn legacy:build