mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
ci(build): 💚 Include dev dependencies during CI build
This commit is contained in:
parent
f96b18f116
commit
02d9869737
|
|
@ -6,7 +6,7 @@ FROM base AS install
|
|||
|
||||
RUN mkdir -p /temp/dev
|
||||
COPY package.json bun.lockb /temp/dev/
|
||||
RUN cd /temp/dev && bun install --production --frozen-lockfile
|
||||
RUN cd /temp/dev && bun install --frozen-lockfile
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue