mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Omit dev packages.
This commit is contained in:
parent
db42f23fcc
commit
9792fffba7
1 changed files with 1 additions and 1 deletions
|
@ -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 --omit=optional --include=dev --lockfile-version 1
|
||||
npm ci --no-optional --omit=optional --omit=dev --lockfile-version 1
|
||||
) || exit 1
|
||||
|
||||
# Remove all minified data to force node creating it new
|
||||
|
|
Loading…
Reference in a new issue