Fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user