Skip to content

Commit

Permalink
fix: dont assume safety of nvm (#2079)
Browse files Browse the repository at this point in the history
This runs in the context of our bash setup and generally for various
reasons has errored on me. Since we don't control this script, toggle
off safety

Co-authored-by: ludamad <adam@aztecprotocol.com>
  • Loading branch information
ludamad and ludamad0 authored Sep 6, 2023
1 parent 19b9e11 commit a4167e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ if [ "$(uname)" = "Darwin" ]; then
else
\. ~/.nvm/nvm.sh
fi
set +eu # nvm runs in our context - don't assume it's compatible with these flags
nvm install
set -eu

yarn install --immutable

Expand Down

0 comments on commit a4167e7

Please sign in to comment.