turbo prune will remove pnpm injectworkspacepackages option from pnpm-lock.yml
#10541
-
SummaryHello everyone. When I worked with the pnpm Additional informationCurrently I am using script like this in my FROM base AS pruner
WORKDIR /repo
COPY . .
RUN turbo prune @cat/app --docker --use-gitignore=false
RUN sed -i '/^settings:/a \ injectWorkspacePackages: true' ./out/pnpm-lock.yaml \
&& sed -i '/^settings:/a \ injectWorkspacePackages: true' ./out/json/pnpm-lock.yamlExample |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Converted to issue #10584. Thank you for reporting. |
Beta Was this translation helpful? Give feedback.
Converted to issue #10584. Thank you for reporting.