-
Notifications
You must be signed in to change notification settings - Fork 2
chore: migrate storybook to v7 #78
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
Conversation
2dfc963 to
7698bd0
Compare
1dd0091 to
391bc67
Compare
391bc67 to
c8cb3ae
Compare
| } | ||
| "generate-package": "nx generate library --publishable --buildable", | ||
| "lint": "pnpm nx run-many --target=lint --all", | ||
| "package-json:format": "prettier-package-json --write", |
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.
file was re-formatted with this, just so we have some standard here. we can add this to git hook or CI later
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.
updated this script so it can handle removed dependencies (was throwing)
| module.exports = { | ||
| ...rootMain, | ||
| staticDirs: ['../../../.storybook/assets'], |
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.
in case of lib - there is no ../public
published under v0.5.0-alpha.2