Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zwart committed Apr 21, 2024
1 parent b69f024 commit baa8b4c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,15 @@ pushd "${dist_active_path}"
# https://github.com/fdm-monster/fdm-monster/issues/3143
if [ -d ".yarn" ]; then
echo "[8/${ts}] .yarn directory exists."

corepack enable
else
echo ".yarn directory does not exist."
rm -f -- "yarnrc.yml"
export YARN_IGNORE_PATH=1
corepack enable
yarn set version latest
fi

corepack enable

# Step 9) Ensure the required packages are present with yarn (which is already installed, we're just keeping it fresh)
echo "[9/${ts}] Updating the necessary modules of FDM Monster"
YARN_HTTP_TIMEOUT=1000000 yarn workspaces focus --all --production
Expand Down

0 comments on commit baa8b4c

Please sign in to comment.