Fix
All checks were successful
Lint / lint (push) Successful in 13s
Build / build (pull_request) Successful in 27s

This commit is contained in:
Julien Valverdé
2025-09-18 00:59:36 +02:00
parent 5d725458f3
commit e84f68ac7b

View File

@@ -11,5 +11,5 @@ RUN bun install --frozen-lockfile && \
bun --cwd=./packages/server node:build && \
bun --cwd=./packages/webapp run build && \
bun clean:cache && \
bun clean:node && \
bun clean:modules && \
bun install --frozen-lockfile --production