Export node_modules path

This commit is contained in:
dannyrb 2019-07-16 10:01:33 -04:00
parent 3c812792bb
commit ea3f7d5657

View File

@ -7,11 +7,11 @@ cd "$(dirname "$0")"
# Helpful to verify which versions we're using # Helpful to verify which versions we're using
yarn -v yarn -v
node -v node -v
echo 'help ~~~~~~~~~~~~' echo '~~~~~~~~~~ root ~~~~~~~~~~~~'
npm --help
echo 'root ~~~~~~~~~~~~'
npm root -g npm root -g
# export PATH=$PATH:/opt
# Make sure `node` can access globally installed binaries
export PATH=$PATH:/opt/buildhome/.nvm/versions/node/v10.16.0/lib/node_modules
# Install GitBook CLI # Install GitBook CLI
echo 'Installing Gitbook CLI' echo 'Installing Gitbook CLI'