add yarn prior to yarn build
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m36s

This commit is contained in:
zramsay 2026-02-10 17:09:25 +00:00
parent 657bc17eff
commit 6f41ae5626

View File

@ -24,7 +24,7 @@ DESK_PATH="${PIER_PATH}/${DESK_NAME}"
# 1. Build the React app
echo "==> Building React app..."
yarn build
yarn && yarn build
# 2. Lowercase all filenames in build/ (Urbit requires lowercase)
echo "==> Lowercasing filenames in build/..."