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/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user