Run npm install as yellowtent user

This commit is contained in:
Girish Ramakrishnan
2014-08-07 11:31:17 -07:00
parent fab5e40aae
commit de2cc8a905
+2
View File
@@ -34,8 +34,10 @@ EOF
echo "==== Setup yellowtent ===="
sudo -u $USER bash <<EOF
cd $SRCDIR
npm install --production
EOF
echo "==== Setup nginx ===="