mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
removed nvm
This commit is contained in:
parent
f06793b5b5
commit
1973fbddf1
1 changed files with 1 additions and 3 deletions
|
@ -1,14 +1,12 @@
|
|||
#! env bash
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
grep 'name:' config/services.js | \
|
||||
sed 's/.*name: "\(.*\)",/\1/' | \
|
||||
while read service
|
||||
do
|
||||
pushd $service
|
||||
echo "Installing Node from .nvmrc"
|
||||
nvm install && nvm use
|
||||
echo "Installing service $service"
|
||||
npm install --quiet
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue