Skip to content

Commit

Permalink
feat(ci): remove redes from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jun 25, 2024
1 parent 79a0085 commit 100bca3
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/accounts-client" --filter "./packages/canary-client" --filter "./packages/redes-client" --filter "./packages/admin-client" m run build
RUN pnpm --filter "./packages/accounts-client" --filter "./packages/canary-client" --filter "./packages/admin-client" m run build

0 comments on commit 100bca3

Please sign in to comment.