This commit is contained in:
Elio Bischof
2025-06-20 14:24:08 +02:00
parent 28e0cbf278
commit ce6b515a8e

View File

@@ -4,5 +4,4 @@ COPY apps/login/package.json apps/login/
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
pnpm install --frozen-lockfile --workspace-root --filter apps/login pnpm install --frozen-lockfile --workspace-root --filter apps/login
COPY . . COPY . .
RUN find . -type f -not -path "./node_modules/*" -not -path "./apps/login/node_modules/*"
RUN pnpm lint && pnpm format RUN pnpm lint && pnpm format