From 38b1cddb714987c1900c3df8a75206ee00128223 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Feb 2025 11:03:21 +0100 Subject: [PATCH] test: refs #6695 e2e better build front image --- Dockerfile.e2e | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.e2e b/Dockerfile.e2e index f4c90ef6d..4cf68e47b 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -38,9 +38,9 @@ COPY \ # pnpm install cypress && \ # npx cypress install -RUN pnpm install --frozen-lockfile --prefer-offline && \ - pnpx cypress install && \ - pnpm store prune +RUN pnpm install --prefer-offline && \ + pnpm install cypress && \ + pnpx cypress install COPY \ quasar.config.js \