We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744bcc5 commit 46c5914Copy full SHA for 46c5914
1 file changed
dev/deploy/build.sh
@@ -5,7 +5,7 @@ yarn rebuild
5
echo "Packaging static assets..."
6
if [ "${SHOULD_DEPLOY}" == "true" ]; then
7
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
8
-elif
+else
9
yarn build
10
fi
11
yarn legacy:build
0 commit comments