🚑 Do no omit optional dependencies (#36)

This commit is contained in:
Franck Nijhof 2023-01-03 16:20:13 +01:00 committed by GitHub
parent 410c9c06bb
commit 656539223c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ RUN \
&& npm ci \ && npm ci \
--no-audit \ --no-audit \
--no-fund \ --no-fund \
--no-optional \
--no-update-notifier \ --no-update-notifier \
--omit=dev \ --omit=dev \
&& npm run download-dist \ && npm run download-dist \