4 Replies
Hi @minsomai , could you try clearing the build cache?

We've changed the user under which the build runs, and your last build is relatively old. So that might be the cause.
https://discord.com/channels/735781031147208777/1296760913881206866/1367161072942846044
thanks it worked out good
@minsomai add
CI=true
to your build container envs, that should prevent it from happening
or maybe not necessarily this one, but in general pnpm needs to know it runs in CI
so it won't hurt 🙂