Skip to content

Commit 46c5914

Browse files
authored
ci: fix incorrect if else in build.sh
1 parent 744bcc5 commit 46c5914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/deploy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ yarn rebuild
55
echo "Packaging static assets..."
66
if [ "${SHOULD_DEPLOY}" == "true" ]; then
77
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
8-
elif
8+
else
99
yarn build
1010
fi
1111
yarn legacy:build

0 commit comments

Comments
 (0)