Build refactoring
All checks were successful
Lint / lint (push) Successful in 41s

This commit is contained in:
Julien Valverdé
2025-09-20 03:19:45 +02:00
parent 6ac3863af9
commit 99a3fadc3a
8 changed files with 154 additions and 43 deletions

View File

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