deps: use ci --no-optional flags, this might break some things as it requires npm 6.31.4
parent
483f4344c2
commit
e22d8dffc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue