You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[plugins] Fix rm for packages with __remove_trigger_package (#1940)
## Summary
Fixes issue where user could not remove package that is replaced by a
flake in plugin (uses `__remove_trigger_package`)
Fixes#1936
We need two different functions for packages:
* `AllPackages` which is used for instalation and lock file. Includes
packages added/removed by plugins.
* `TopLevelPackages` is only what is in root devbox.json
## How was it tested?
* Tested manually
* Added php to rm unit test
0 commit comments