feat: remove slop.

This commit is contained in:
cpojer
2026-02-03 22:04:17 +09:00
parent 425003417d
commit 6fb2d3d7d7
8 changed files with 7 additions and 602 deletions

View File

@@ -9,7 +9,6 @@ RUN apt-get update \
WORKDIR /repo
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY scripts/postinstall.js ./scripts/postinstall.js
COPY scripts/setup-git-hooks.js ./scripts/setup-git-hooks.js
RUN corepack enable \
&& pnpm install --frozen-lockfile