gutenberg-mobile
gutenberg-mobile copied to clipboard
Generate bundles concurrently in CI
Related PRs:
- https://github.com/WordPress/gutenberg/pull/58305
This PR aims to seep up some CI checks.
- Adds the concurrently library to run the bundle generation commands concurrently to speed up the Build JS Bundle step.
- Removes
depends_onfor the Build JS Bundle step to speed up CI. Currently, we lack ofnode_modulecache, etc.
To test CI checks should pass.
PR submission checklist:
- [ ] I have considered adding unit tests where possible.
- [ ] I have considered if this change warrants user-facing release notes more info and have added them to RELEASE-NOTES.txt if necessary.