-
Notifications
You must be signed in to change notification settings - Fork 6
Automation
Ryan Johnson edited this page Aug 24, 2018
·
1 revision
NOTE: documentation below is optimal setup and may not reflect 0.x behavior.
- Linting runs automatically during local development.
- Only output "warning" messages, so devs have a chance to fix errors without
eslint
killing local process.
- Only output "warning" messages, so devs have a chance to fix errors without
- Linting runs automatically on PR submission/updates
- Output "error" messages to immediately fail PR validation.
- Unit tests run automatically during local development
- Test suite should be run in full.
- Do not fail fast
- Unit tests run automatically on PR submission/updates
- Fail Fast: The first failed test should immediately fail PR validation.
- Netlify deploys documentation to https://helix-react.netlify.com on merge to
release
branch.
- Publish release to NPM on merge to
release
branch.