Fix lint warnings

This commit is contained in:
Gabe Kangas
2023-01-04 22:25:51 -08:00
parent 80ab351cbe
commit 3620c2eb7d

View File

@@ -18,7 +18,7 @@ fi
pushd "$(git rev-parse --show-toplevel)"
# Bundle the updated web code into the server codebase.
if [ -z $SKIP_BUILD ]; then
if [ -z "$SKIP_BUILD" ]; then
echo "Bundling web code into server..."
./build/web/bundleWeb.sh >/dev/null
else