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

pull/4776/head
John McLear 2021-02-13 07:42:28 +00:00
parent 483f4344c2
commit e22d8dffc0
1 changed files with 1 additions and 1 deletions

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
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
cd ep_etherpad-lite
npm ci
npm ci --no-optional
) || {
rm -rf src/node_modules
exit 1