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
Now that this repo uses yarn 2, the publish command no longer exists and npm publish does not do the extra work like incrementing the version in the package.json and creating tags. It would be nice to have a simply way to automate those few steps.
Now that this repo uses yarn 2, the
publishcommand no longer exists andnpm publishdoes not do the extra work like incrementing the version in thepackage.jsonand creating tags. It would be nice to have a simply way to automate those few steps.