chore: upgrade yarn to v4

This commit is contained in:
dec0dOS 2023-10-25 17:13:14 +01:00
parent fa1a687147
commit 6f7bc6c2c2
5 changed files with 1363 additions and 2155 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,5 @@
compressionLevel: mixed
enableGlobalCache: true
enableGlobalCache: false
enableTelemetry: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.0-rc.53.cjs

View file

@ -2,6 +2,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
ENV GENERATE_SOURCEMAP=false
RUN corepack enable
RUN mkdir -p /app/frontend
WORKDIR /app/
COPY tsconfig.json package.json yarn.lock* .yarnrc.yml ./
@ -18,6 +19,7 @@ FROM node:lts-alpine
WORKDIR /app/frontend/build
COPY --from=frontend-build /app/frontend/build /app/frontend/build/
RUN corepack enable
RUN mkdir -p /app/backend
WORKDIR /app/
COPY package.json yarn.lock* .yarnrc.yml ./

View file

@ -54,5 +54,5 @@
"yarn prettier --write"
]
},
"packageManager": "yarn@4.0.0-rc.53"
"packageManager": "yarn@4.0.0"
}

2615
yarn.lock

File diff suppressed because it is too large Load diff