-
Notifications
You must be signed in to change notification settings - Fork 16
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
Storybook: remove TypeScript watch from commands #582
Conversation
I added this hoping it would automatically watch TypeScript files when running Storybook locally, but unfortunately this seems to interfere with certain things like the loading of icons. You can achieve this yourself by running e.g. `yarn storybook:wc:dev` and `yarn watch:tsc` in separate processes.
|
size-limit report 📦
|
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.
I haven't tried it it myself but would &&
work? or perhaps wait-on ?
@SMQuazi |
This change: (check at least one)
Is this a breaking change? (check one)
Is the: (complete all)
What does this change address?
I added this in #579 hoping it would automatically watch TypeScript files when running Storybook locally, but unfortunately this seems to interfere with certain things like the loading of icons.
How does this change work?
You can achieve this yourself by running e.g.
yarn storybook:wc:dev
andyarn watch:tsc
in separate processes.