Cleanup node_modules on cloudron

This commit is contained in:
Johannes Zellner
2014-07-31 18:02:16 -07:00
parent a9b2020270
commit e466a49e62
+1
View File
@@ -42,6 +42,7 @@ EOF
echo "==== Setup yellowtent ===="
cd $BASEDIR
NPM_INSTALL="npm install --production"
rm -rf ./node_modules
eval $NPM_INSTALL
RET=$?
while [[ $RET -ne 0 ]]; do