test: refs #6695 e2e better build front image
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-06 11:03:21 +01:00
parent 38b94a8892
commit 38b1cddb71
1 changed files with 3 additions and 3 deletions

View File

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