CI: Remove inline-builds flag (#83306)

Remove inline-builds
This commit is contained in:
Andreas Christou 2024-02-23 13:11:04 +00:00 committed by GitHub
parent 3e456127cb
commit 7730a38474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ COPY public public
RUN apk add --no-cache make build-base python3
RUN yarn install --immutable --inline-builds
RUN yarn install --immutable
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
COPY public public