ci(release): reinstall packages before building

This commit is contained in:
PalmDevs
2024-07-21 16:26:58 +07:00
parent 058a2a0dc4
commit 3ad0f7b19d
3 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ FROM base AS build
WORKDIR /build WORKDIR /build
COPY . . COPY . .
RUN bun install --frozen-lockfile
RUN cd apis/websocket && bun --bun run build RUN cd apis/websocket && bun --bun run build
FROM base AS release FROM base AS release

View File

@@ -5,6 +5,7 @@ FROM base AS build
WORKDIR /build WORKDIR /build
COPY . . COPY . .
RUN bun install --frozen-lockfile
RUN cd bots/discord && bun --bun run build RUN cd bots/discord && bun --bun run build
FROM base AS release FROM base AS release

BIN
bun.lockb

Binary file not shown.