mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-15 00:25:04 +00:00
Fix copying sentry
This commit is contained in:
@@ -14,7 +14,7 @@ ENV CI=1
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
RUN mkdir ../node_modules
|
||||
RUN cp -Lr node_modules/.pnpm/@resvg+resvg-*@*/node_modules/* ../node_modules/
|
||||
RUN cp -Lr node_modules/.pnpm/@sentry+sveltekit-*@*/node_modules/* ../node_modules/
|
||||
RUN cp -Lr node_modules/.pnpm/@sentry+sveltekit@*/node_modules/* ../node_modules/
|
||||
# RUN cd packages/website; --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
|
||||
RUN cd packages/website; pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user