Skip to content

Commit ce1135d

Browse files
committed
Installed package-lock.json
1 parent b7295fa commit ce1135d

File tree

2 files changed

+11990
-9338
lines changed

2 files changed

+11990
-9338
lines changed

src/bin/installDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ log "Installing dependencies..."
4242
cd node_modules &&
4343
{ [ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite; } &&
4444
cd ep_etherpad-lite &&
45-
npm ci --no-optional
45+
npm ci --no-optional --lockfile-version 1
4646
) || exit 1
4747

4848
# Remove all minified data to force node creating it new

0 commit comments

Comments
 (0)