-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add build:storybook task to turbo #13
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
package.json
Outdated
"build:ui": "turbo run build --filter=./packages/ui", | ||
"build:storybook": "turbo run build:storybook --filter=./packages/ui", | ||
"build:website": "turbo run build --filter=./apps/website", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"build:ui": "turbo run build --filter=./packages/ui", | |
"build:storybook": "turbo run build:storybook --filter=./packages/ui", | |
"build:website": "turbo run build --filter=./apps/website", | |
"build:ui": "turbo run build --filter=swapr-ui", | |
"build:storybook": "turbo run build:storybook --filter=swapr-ui", | |
"build:website": "turbo run build --filter=swapr-ui-website", |
This looks cleaner to me, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just made a comment to improve
631f274
to
6d6d9d7
Compare
this helps fix the build on deploy
Now vercel does the 2 deploys.