prune packages to resolve storybook conflict
This commit is contained in:
@@ -20,8 +20,10 @@ COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
|
|||||||
COPY calcom/apps/web ./apps/web
|
COPY calcom/apps/web ./apps/web
|
||||||
COPY calcom/packages ./packages
|
COPY calcom/packages ./packages
|
||||||
|
|
||||||
RUN yarn config set network-timeout 1000000000 -g && \
|
RUN yarn global add turbo && \
|
||||||
yarn install --frozen-lockfile
|
yarn config set network-timeout 1000000000 -g && \
|
||||||
|
turbo prune --scope=web --docker && \
|
||||||
|
yarn install
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user