testing yarn install error on GitHub 🐦🔥

This commit is contained in:
δυς
2024-07-30 05:58:08 -04:00
committed by δυς
parent 4194ac23ba
commit 57e19b31af

View File

@@ -79,6 +79,7 @@ COPY --from=build /usr/src/app/packages/discord-bot/dist/ ./packages/discord-bot
RUN corepack enable
RUN yarn config set nodeLinker node-modules
RUN yarn -v
RUN yarn workspaces focus @metafam/backend --production # --immutable
RUN yarn cache clean