less noise

This commit is contained in:
Peter 'Pita' Martischka 2012-11-01 23:46:04 +00:00
parent b08d948ddd
commit c8dfa6d7ae
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ echo "Ensure that all dependencies are up to date..."
cd node_modules
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
cd ep_etherpad-lite
npm install
npm install -s
) || {
rm -rf node_modules
exit 1