omit installation of dev dependencies

This commit is contained in:
Elio Bischof 2022-08-25 11:09:20 +02:00
parent b1a50f2ae2
commit ed6293ebc7
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -30,7 +30,7 @@ services:
working_dir: /e2e working_dir: /e2e
volumes: volumes:
- .:/e2e - .:/e2e
command: "npm ci" command: "npm ci --omit=dev"
e2e: e2e:
image: cypress/included:10.3.0 image: cypress/included:10.3.0