-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug fix on design-system example #7885
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@zsh77 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
A lot of the examples are broken. I applied this PR changes over |
Description
preview-storybook
task to turbo.json and it's script in the root's package.json@acme/ui
package not to make source map files in order to match the content ofui/dist
directory stated in README of rootacme-core
and other names that meant to point to packages/ui with@acme/ui
Testing Instructions
Running
npx create-turbo@latest -e design-system
and thenpnpm dev
should work and start storybook in dev mode. README.md file in the root should be fine too.