Add external sentry

This commit is contained in:
Jade Ellis
2024-08-25 03:30:38 +01:00
parent 510d1e1872
commit be60c42981
+1
View File
@@ -14,6 +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 cd packages/website; --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN cd packages/website; pnpm run build