From cf7379d132db118cf907ab98369b69fae4c8ec4c Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 28 Mar 2017 13:55:30 +0200 Subject: [PATCH] stuff --- bash_history | 3 +++ build_latest | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bash_history b/bash_history index 7d3b5ab..ed37cd2 100644 --- a/bash_history +++ b/bash_history @@ -23510,3 +23510,6 @@ exit r sudo service nginx restart exit +ssh gw-new +r +ssh gw-new diff --git a/build_latest b/build_latest index 4a48fc8..b827028 100755 --- a/build_latest +++ b/build_latest @@ -11,6 +11,9 @@ do cd $dir git branch git pull + if [ -f "package.json" ]; then + npm install + fi if [ -f "bower.js" ]; then bower install fi