build shell refactoring

This commit is contained in:
cubedro 2015-04-02 17:38:59 +03:00
parent 2910ffb93d
commit d7e729c505
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ cd ~/bin
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
cd www
sudo npm install
sudo npm install pm2 -g
npm install
npm install pm2 -g
cp -b ./processes-go.json ./../processes.json

View File

@ -51,7 +51,7 @@ cd ~/bin
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www
cd www
sudo npm install
sudo npm install pm2 -g
npm install
npm install pm2 -g
cp -b ./processes.json ./..