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
## Summary
Addresses #2187 and other
issues.
Fixes:
* Adding a package with built-in plugin was not triggering file creation
until shell/run. Now we do it on add instead.
* plugin version was not getting added to lockfile on `add` and instead
was getting added on next `ensureState`. Fixed this by ensuring plugin
version added during add.
## How was it tested?
* Installed nodejs, observed plugin version was in lockfile.
* Installed nginx and observed devbox.s files were created right away
0 commit comments