deps: use ci --no-optional flags, this might break some things as it requires npm 6.31.4

This commit is contained in:
John McLear 2021-02-13 07:42:28 +00:00
parent 483f4344c2
commit e22d8dffc0

View file

@ -40,7 +40,7 @@ log "Ensure that all dependencies are up to date... If this is the first time y
cd node_modules cd node_modules
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite [ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
cd ep_etherpad-lite cd ep_etherpad-lite
npm ci npm ci --no-optional
) || { ) || {
rm -rf src/node_modules rm -rf src/node_modules
exit 1 exit 1