Skip to content

Commit

Permalink
Update e2e Dockerfile to no longer copy generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Jun 24, 2024
1 parent c8e0381 commit 5180eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/satellite_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY pnpm-workspace.yaml ./

# E2E Client deps install + build
COPY clients/typescript ./clients/typescript
COPY generator ./generator
COPY e2e/satellite_client/package.json ./e2e/satellite_client/
RUN pnpm install -r --offline --filter @internal/satellite-client^...
RUN pnpm run -r --filter @internal/satellite-client^... build
Expand Down

0 comments on commit 5180eb7

Please sign in to comment.