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
In theory this package should work exactly the same under npm as it does under yarn. We do not currently shell out to yarn at all, we use npm publish to actually publish each package already:
I don't even know what there would be to test, because all this cares about is that you have a workspaces setup in your project. It looks as though workspaces support in npm 7 works the same as yarn, so I believe this should 'just work'.
In theory this package should work exactly the same under
npm
as it does underyarn
. We do not currently shell out toyarn
at all, we usenpm publish
to actually publish each package already:https://github.com/rwjblue/release-it-yarn-workspaces/blob/4480e0bab42b3aab35539bc1e9ee2d3fdc80fec1/index.js#L405
The text was updated successfully, but these errors were encountered: