-
Notifications
You must be signed in to change notification settings - Fork 323
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
Improve monorepo task workflows #908
Conversation
4519b77
to
9890f5a
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9890f5a
to
dfcbaa9
Compare
The "size" benchmark only fails because the base commit doesn't have the new benchmarks package. If you inspect the job you can see that the "patch" step ran successfully. After this lands, future PRs will collect benchmark data correctly |
dfcbaa9
to
6e4cb7b
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.
Tested the precommit hooks locally and looks great, lint/prettier/flow process much simplified
* Faster task and CI builds by excluding 'app' workspace builds. * Faster code formatting by excluding large fixtures. * Automatic precommit checks for format and lint errors. * 'npm test' runs all the same tests as the CI workflow. * Minor reorganization of workflow jobs.
6e4cb7b
to
64397c7
Compare
workflow: benchmarks/sizeComparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.
|
npm test
runs the same tests (locally) as the CI workflow.Fixes #878