-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
kind: bugSomething isn't workingSomething isn't working
Description
Discussed in #374
Originally posted by fibonacid December 17, 2021
What version of Turborepo are you using?
1.0.17
What version of Node are you using?
v14.17.6
What version of Yarn are you using?
1.22.4
Describe the Bug
Can't run build-storybook on ui package using turbo.
Expected Behavior
Running build-storybook from ui package works fine.
yarn --cwd packages/ui build-storybookRunning build-storybook using turbo gets stuck forever.
yarn build-storybookTo Reproduce
Clone example repo
git clone https://github.com/fibonacid/turborepo-build-storybook-bug
cd turborepo-build-storybook-bugInstall dependencies
yarn installRun command
yarn build-storybook
```</div>Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't workingSomething isn't working