Disable Biome check from build
This commit is contained in:
+1
-1
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user