Disable Biome check from build
Lint / lint (push) Failing after 12s
Build / build (pull_request) Failing after 27s

This commit is contained in:
Julien Valverdé
2026-05-17 19:26:31 +02:00
parent 68a3feab30
commit 2a6f14e3d3
+1 -1
View File
@@ -7,7 +7,7 @@ WORKDIR /app
COPY ./ ./ COPY ./ ./
RUN bun install --frozen-lockfile && \ RUN bun install --frozen-lockfile && \
bun lint:tsc && \ bun lint:tsc && \
bun lint:biome && \ # bun lint:biome && \
bun run build && \ bun run build && \
bun clean:cache && \ bun clean:cache && \
bun clean:modules && \ bun clean:modules && \