-
-
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
add shortcut for running yarn storybook
in cra-kitchen-sink
#1605
Conversation
Great! It's a sort of script that I really wanted to have 👍 The only inconvenience for me that my terminal doesn't support auto filling yarn commands by [Tab]. And I will need to type it manually (while it works for paths). So, in this case, I'd prefer something shorter e.g. |
Codecov Report
@@ Coverage Diff @@
## master #1605 +/- ##
=======================================
Coverage 21.35% 21.35%
=======================================
Files 244 244
Lines 5376 5376
Branches 655 654 -1
=======================================
Hits 1148 1148
- Misses 3724 3747 +23
+ Partials 504 481 -23
Continue to review full report at Codecov.
|
Ok, renamed that |
Looks good to me! |
Did that as well |
Good first step, to making running the example(s) easier, thanks. Will be improving on this at a later stage! (we do have more examples 👍 ) |
Before
After