chore: update dev dependencies

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-07 12:48:56 +02:00
parent 09e9b55aff
commit 229292ffef
5 changed files with 813 additions and 553 deletions

View File

@ -63,7 +63,7 @@ RUN --mount=type=bind,target=.,rw \
FROM deps AS test
RUN --mount=type=bind,target=.,rw \
--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 /