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
[versioned] If user adds new version, remove previous versions of canonical (#1105)
## Summary
If there's an existing package with same canonical, remove it. If
there's more than one do nothing.
## How was it tested?
Need to test this a bit more to ensure no weird side-effects of doing a
`remove` inside an `add`
On this repo did:
```bash
cat devbox.json
devbox add [email protected]
cat devbox.json
devbox add [email protected]
cat devbox.json
```
0 commit comments