mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
ci(release): reinstall packages before building
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user