chore: update dev dependencies

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-07 11:51:07 +02:00
parent 2359948f31
commit 681d26bef6
5 changed files with 829 additions and 511 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 /