mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
ci(release): explicitly build with bun
This commit is contained in:
@@ -5,7 +5,7 @@ FROM base AS build
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN cd apis/websocket && bun run build
|
||||
RUN cd apis/websocket && bun --bun run build
|
||||
|
||||
FROM base AS release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user