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