prune packages to resolve storybook conflict

This commit is contained in:
Colin Griffin
2022-11-11 17:49:03 -05:00
committed by GitHub
parent 41f3132526
commit 8e0f97489d

View File

@@ -20,8 +20,10 @@ COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages
RUN yarn config set network-timeout 1000000000 -g && \
yarn install --frozen-lockfile
RUN yarn global add turbo && \
yarn config set network-timeout 1000000000 -g && \
turbo prune --scope=web --docker && \
yarn install
RUN yarn build