mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
installDeps.sh: Ensure that ep_etherpad-lite
is a directory
This commit is contained in:
parent
cf7cf8be69
commit
258b8366e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue