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
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN cd apis/websocket && bun --bun run build
|
||||
|
||||
FROM base AS release
|
||||
|
||||
Reference in New Issue
Block a user