chore: update dev dependencies

This commit is contained in:
CrazyMax
2023-09-10 04:25:51 +02:00
parent 32402da4e2
commit 2105ee4f68
7 changed files with 1514 additions and 1287 deletions

View File

@ -69,7 +69,7 @@ FROM deps AS test
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn run test --coverageDirectory=/tmp/coverage
yarn run test --coverage --coverageDirectory=/tmp/coverage
FROM scratch AS test-coverage
COPY --from=test /tmp/coverage /