Revert "Additional changes for the merge"

This reverts commit efb5e1d1cc.
This commit is contained in:
Kagami Sascha Rosylight 2023-03-25 08:20:34 +01:00
parent efb5e1d1cc
commit abdb43c440
27 changed files with 11178 additions and 1048 deletions

View file

@ -23,7 +23,6 @@ COPY --link ["scripts", "./scripts"]
COPY --link ["packages/backend/package.json", "./packages/backend/"]
COPY --link ["packages/frontend/package.json", "./packages/frontend/"]
COPY --link ["packages/sw/package.json", "./packages/sw/"]
COPY --link ["packages/misskey-js/package.json", "./packages/misskey-js/"]
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm i --frozen-lockfile --aggregate-output