mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 14:16:17 +02:00
installDeps.sh: Ensure that ep_etherpad-lite is a directory
This commit is contained in:
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…
x
Reference in New Issue
Block a user