tunarr icon indicating copy to clipboard operation
tunarr copied to clipboard

Running 'pnpm turbo bundle' from within web directory breaks on a clean build

Open chrisbenincasa opened this issue 2 months ago • 0 comments

It seems that there is a race condition here where the web build step doesn't actually wait for the types/shared builds to complete before attempting to build, resulting in a build break. The second time the command is run, everything works as expected. This also isn't reproducible if you run 'pnpm turbo bundle' from the project root, so it seems like it might be some submodule-specific turbo misconfiguration

chrisbenincasa avatar Apr 18 '24 13:04 chrisbenincasa