Skip to content

Commit

Permalink
removed nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mserranom committed Aug 6, 2019
1 parent dad81fa commit adeed75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/install-services
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit adeed75

Please sign in to comment.