Merge pull request #21236 from awanlin/chore/remove-yarn-3-note

Removed Yarn 3 note
This commit is contained in:
Patrik Oldsberg
2023-11-14 13:16:09 +01:00
committed by GitHub
-1
View File
@@ -47,7 +47,6 @@ COPY --chown=node:node .yarnrc.yml ./
COPY --chown=node:node yarn.lock package.json packages/backend/dist/skeleton.tar.gz ./
RUN tar xzf skeleton.tar.gz && rm skeleton.tar.gz
# Note that this install is not immutable, which is one of the reasons we don't recommend Yarn 3 yet
RUN --mount=type=cache,target=/home/node/.yarn/berry/cache,sharing=locked,uid=1000,gid=1000 \
yarn workspaces focus --all --production