-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
What version of Turborepo are you using?
1.1.10
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Linux
node version
v16.14.2
Describe the Bug
i have a monorepo with two apps when i try to build them turbo get stuck on right after finishing the first app but when i change the name of that app as shown bellow turbo goes ahead and builds the entire project, this happened to me early today the app name was web
when and then i changed it to frontend
and it worked fine. now it doesn't, so basically turbo will only be happy if i keep changing the name of the app.
i don't practically know if this an issue with turbo or im doing something wrong, but the fact that changing the name of the folder made me think that its more a turbo issue.
Expected Behavior
all apps should build when running yarn run build
To Reproduce
- Clone this repo : https://github.com/idirmosh/issuestracker
yarn install
yarn run build
Metadata
Metadata
Assignees
Labels
No labels