Skip to content

Commit

Permalink
fix(ci): build only admin clients
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jun 24, 2024
1 parent 520173b commit 7aa9300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ RUN pnpm i

RUN pnpm --filter "./libs/slate-*" --filter "./libs/core-tools" --filter "./libs/ckeditor5-*" m run build

RUN pnpm --filter "./packages/**" m run build
RUN pnpm --filter "./packages/accounts-client" --filter "./packages/canary-client" --filter "./packages/redes-client" --filter "./packages/admin-client" m run build

0 comments on commit 7aa9300

Please sign in to comment.