-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
CHANGE folder structure && CHANGE package-names #1031
CHANGE folder structure && CHANGE package-names #1031
Conversation
6550c53
to
3c0fde5
Compare
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.
@ndelangen when i try to test it, I get this error:
lerna ERR! execute npm ERR! 404 Not found : @storybook/storybook-database-cloud
lerna ERR! execute npm ERR! 404
lerna ERR! execute npm ERR! 404 '@storybook/storybook-database-cloud' is not in the npm registry.
lerna ERR! execute npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
It is referenced by addon-comments
. I think we should either migrate database-*
to the monorepo, revert to @kadira/database-cloud
, or remove addon-comments
from the monorepo for now.
addons/actions/README.md
Outdated
@@ -13,8 +13,8 @@ Import the `action` function and use it to create actions handlers. When creatin | |||
> *Note: Make sure NOT to use reserved words as function names. [issues#29](https://github.com/storybooks/storybook-addon-actions/issues/29#issuecomment-288274794)* | |||
|
|||
```js | |||
import { storiesOf, action } from '@storybook/storybook' | |||
// or import { action } from '@storybook/storybook-addon-actions' | |||
import { storiesOf, action } from '@storybook/react' |
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.
FYI all of these are going to conflict with the changes I made in #1017
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.
Yup I'll correcting it.
Thanks, @ndelangen for this rearrangement! 👍 Some points to discuss:
|
App folder are the what previously were @kadira/storybook and @kadira/storybook-react-native In the future there may be other UI libraries/frameworks there too. |
3c0fde5
to
7d33238
Compare
7d33238
to
69b91f6
Compare
3132734
to
225c26f
Compare
225c26f
to
c1b7e30
Compare
I agree with @usulpro 's comments above. Otherwise, the changes look good to me. Thanks for all your work on getting this cleaned up!! |
Do we want to change |
I just want to get this finished and merged, so just shout how you want it now, or forever hold your peace 🙊 |
I will continue work on the other branch! |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit bd95b6e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
What I did
I implemented the proposed changes to the folder structure and package names