fix(ci): include package manifest in Agent build test stage
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ RUN bun install --frozen-lockfile
|
||||
FROM base AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY tsconfig.json opencode.json README.md ./
|
||||
COPY package.json bun.lock tsconfig.json opencode.json README.md ./
|
||||
COPY src ./src
|
||||
COPY .opencode ./.opencode
|
||||
RUN bun run check
|
||||
|
||||
Reference in New Issue
Block a user