Describe the bug
WHen i try to depend on scripts in the root level workspace in the monorepo, I get error Error: Cannot open package.json file for xxx
To Reproduce
- Setup a monorepo
- Create a pipeline task that specifically references a script in the top package.json, e.g.
dependsOn: ['top#whatever']
- Yarn lage
- See error
Describe the bug
WHen i try to depend on scripts in the root level workspace in the monorepo, I get error
Error: Cannot open package.json file for xxxTo Reproduce
dependsOn: ['top#whatever']