-
Notifications
You must be signed in to change notification settings - Fork 158
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
docs: add a guide for linting and bundling as two separate but chained commands #1385
Conversation
|
|
Coverage report
Test suite run success671 tests passing in 94 suites. Report generated by 🧪jest coverage report action from 1411f20 |
9d26d7e
to
30ba209
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.
One minor suggestion, otherwise this looks great to me!
Co-authored-by: Heather Cloward <[email protected]>
Co-authored-by: Heather Cloward <[email protected]>
9e52ae5
to
1411f20
Compare
What/Why/How?
Linting, and then only bundling if the lint was successful, is a good practice pattern. This guide explains how it works, and shows how to combine the two commands.
Reference
Related to (but does not fix) #1250
Check yourself
Security