Try swapping bash with a new shell
This commit is contained in:
parent
65a855d99b
commit
dc672bf38d
@ -12,8 +12,11 @@ npm root -g
|
||||
|
||||
yarn global bin
|
||||
yarn config get prefix
|
||||
yarn config set prefix ~/.yarn
|
||||
export PATH="$PATH:`yarn global bin`"
|
||||
|
||||
exec bash
|
||||
|
||||
# Make sure `node` can access globally installed binaries
|
||||
# export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
# export PATH="$PATH:/opt/buildhome/.nvm/versions/node/v10.16.0/lib/node_modules"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user