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
fix(isolator): preserve merged package.json when populateArtifactsFrom is set
When tagging after a snap, the isolator would overwrite the package.json
that had correctly merged dependencies from the last build. This caused
envs that clear dependencies during build (like pre-bundle envs) to have
their dependencies incorrectly restored.
0 commit comments