add yarn prior to yarn build
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m36s
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m36s
This commit is contained in:
parent
657bc17eff
commit
6f41ae5626
@ -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/..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user