mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
lint
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user