mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
removed nvm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user