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 8 additions and 4 deletions
Showing only changes of commit 9d5fd916a2 - Show all commits

View File

@ -32,11 +32,15 @@ COPY \
pnpm-lock.yaml \
./
RUN if [ ! -d "node_modules" ]; then \
pnpm install; \
fi && \
# RUN if [ ! -d "node_modules" ]; then \
# pnpm install; \
# fi && \
# pnpm install cypress && \
# npx cypress install
RUN pnpm install --prefer-offline && \
pnpm install cypress && \
npx cypress install
pnpx cypress install
COPY \
quasar.config.js \