From 7bc0dd90984bbacb18240ebfbdf0b530368c2f43 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Wed, 25 Aug 2021 13:03:44 +0200 Subject: [PATCH] Fix docs build (#6238) --- packages/core/docs/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/docs/Dockerfile b/packages/core/docs/Dockerfile index ca186e726b..f0cab02fda 100644 --- a/packages/core/docs/Dockerfile +++ b/packages/core/docs/Dockerfile @@ -5,8 +5,7 @@ WORKDIR /var/www COPY . . RUN yarn install \ - && yarn build:core \ - && yarn build:ct:api-client + && yarn build:ct:tools RUN cd packages/core/docs \ && yarn install \