8714-devToTest #1547
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue