Skip to content
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

build query doesn't currently show what's cached / needs to be rebuilt #116

Open
ojkelly opened this issue Oct 21, 2021 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@ojkelly
Copy link
Owner

ojkelly commented Oct 21, 2021

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.

@ojkelly ojkelly added the enhancement New feature or request label Oct 21, 2021
@lodmfjord
Copy link
Contributor

lodmfjord commented Oct 21, 2021

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?

@ojkelly
Copy link
Owner Author

ojkelly commented Oct 21, 2021

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

@ojkelly
Copy link
Owner Author

ojkelly commented Oct 21, 2021

probably also with an asterisk on the end of each workspace so

Build* Cached

As that will also work for monochrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants