diff options
Diffstat (limited to 'bin/installDeps.sh')
-rwxr-xr-x | bin/installDeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 9f691e0a..eda6df4f 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -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 |