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
Currently each time we want to publish new version we need to run manually npm publish. Instead we should run that from a CI job, this would allow ius to integrate tests before publishing. Best option would be to run that on every version tag