From dd4e12c1741d006de1707c92bab534fce0c38978 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Feb 2025 11:05:34 +0100 Subject: [PATCH] test: refs #6695 e2e better build front image --- Dockerfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 4cf68e47b6..6e4a4798c8 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -40,7 +40,7 @@ COPY \ RUN pnpm install --prefer-offline && \ pnpm install cypress && \ - pnpx cypress install + npx cypress install COPY \ quasar.config.js \