We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn build query should show the cached packages, showing just what needs to be rebuilt.
yarn build query
This wasn't done in the first iteration, because done is better than perfect.
The text was updated successfully, but these errors were encountered:
Is it okay to add something like: @myproject/util-make-array-empty-very-importan-inhouse-tool [needs to be rebuilt]
Or you only want to see what needs to be rebuilt?
Sorry, something went wrong.
I was just thinking a color change works, made the issue to keep track if so we don't forget.
seeing the whole tree is very useful.
Probably just using a grey color for those that are cached is enough.
Probably be good to print a legend as the last line, something like
Build Cached
where cached is grey, and build is orange
probably also with an asterisk on the end of each workspace so
Build* Cached
As that will also work for monochrome.
No branches or pull requests
yarn build query
should show the cached packages, showing just what needs to be rebuilt.This wasn't done in the first iteration, because done is better than perfect.
The text was updated successfully, but these errors were encountered: