Skip to content

Commit

Permalink
vx: allow no-immutable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 6, 2023
1 parent 50ca558 commit 052f242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "Checking out new local stable branch"
git checkout -b $STABLE_BRANCH

echo "Rebuilding yarn.lock"
yarn
yarn install --no-immutable

echo "Cleaning up auth token"
yarn config unset npmAuthToken
Expand Down

0 comments on commit 052f242

Please sign in to comment.