Skip to content

Commit

Permalink
Installed package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jun 26, 2023
1 parent b7295fa commit ce1135d
Show file tree
Hide file tree
Showing 2 changed files with 11,990 additions and 9,338 deletions.
2 changes: 1 addition & 1 deletion src/bin/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ log "Installing dependencies..."
cd node_modules &&
{ [ -d ep_etherpad-lite ] || ln -sf ../src ep_etherpad-lite; } &&
cd ep_etherpad-lite &&
npm ci --no-optional
npm ci --no-optional --lockfile-version 1
) || exit 1

# Remove all minified data to force node creating it new
Expand Down
Loading

0 comments on commit ce1135d

Please sign in to comment.