Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EXPOSE 3000
FROM base-image AS prepare

COPY ./pnpm-lock.yaml ./pnpm-workspace.yaml ./package.json ./
COPY ./patches ./patches
# COPY ./patches ./patches

# TODO: evaluate dropping libc arguments by running e2e tests separately
RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store \
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"debug": "4.4.3",
"h3": "1.15.6",
"parse5-parser-stream": "8.0.0"
},
"patchedDependencies": {
"nuxt-link-checker": "patches/nuxt-link-checker.patch"
}
},
"private": true,
Expand Down
13 changes: 0 additions & 13 deletions patches/nuxt-link-checker.patch

This file was deleted.

Loading
Loading