Fix
Some checks failed
Lint / lint (push) Successful in 12s
Build / build (pull_request) Failing after 31s

This commit is contained in:
Julien Valverdé
2025-09-18 00:12:43 +02:00
parent f355a14fcf
commit f078c5196c

View File

@@ -9,7 +9,7 @@ RUN bun install --frozen-lockfile && \
bun lint:tsc && \ bun lint:tsc && \
bun --cwd=./packages/server bun:build && \ bun --cwd=./packages/server bun:build && \
bun --cwd=./packages/server node:build && \ bun --cwd=./packages/server node:build && \
bun --cwd=./packages/webapp build && \ bun --cwd=./packages/webapp run build && \
bun clean:cache && \ bun clean:cache && \
bun clean:node && \ bun clean:node && \
bun install --frozen-lockfile --production bun install --frozen-lockfile --production