installDeps.sh: Ensure that `ep_etherpad-lite` is a directory
parent
cf7cf8be69
commit
258b8366e2
|
@ -40,7 +40,7 @@ log "Installing dependencies..."
|
|||
(
|
||||
mkdir -p node_modules
|
||||
cd node_modules
|
||||
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
|
||||
[ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite
|
||||
cd ep_etherpad-lite
|
||||
npm ci --no-optional
|
||||
) || {
|
||||
|
|
Loading…
Reference in New Issue