8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 38b1cddb71 - Show all commits

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 \