Compare commits

...

1 Commits

Author SHA1 Message Date
SamTV12345 9792fffba7
Omit dev packages. 2023-06-27 22:39:23 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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