-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat(apps/ui): add missing stories #592
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@Murat-tunca is attempting to deploy a commit to the kamp-us Team on Vercel. A member of the Team first needs to authorize it. |
If you fix the last checkbox that would be great. Packages being installed should not have "^x.x.x" it should be "x.x.x" exact version. |
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.
LETS GOOOOOOOOOOOOOOOOOOOOO
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.
AWESOME CONTRIBUTION, THANK YOU <3 💯
Description
Please describe your changes. Be descriptive enough to reduce churn for review process.
Checklist
murat.tunca
npx turbo run
at the root of the repository, and build was successful.npm install --save-exact <package>
so my package is pinned to a specific npm version. Leave empty if no package was installed. Leave empty if no package was installed with this PR.How were these changes tested?
Please describe the tests you did to test the changes you made. Please also specify your test configuration.