-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix(cli): only watch dependent workspace members #14747
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
fix(cli): only watch dependent workspace members #14747
Conversation
Package Changes Through 7a0f17dThere are 9 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with minor, tauri-macos-sign with patch, @tauri-apps/cli with minor, tauri with minor, tauri-bundler with minor, tauri-runtime-wry with minor, tauri-runtime with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
I wonder do we need to still check for workspace |
|
let's still load them to be safe Edit: We never watched workspace root explicitly before... I though we did but it's really just the common ancestor of all the member crates. Doesn't hurt to add though |
Reference: #4617 (comment)
We can also add in support for watching all path dependencies in the future if we want