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
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
To avoid excessive publishing, publish-registry only publishes if it's been a week since the last publish. Unfortunately it then asserts that the registry on npm is exactly what we have locally, which it won't be if new packages have been added. Instead we should always validate that the one on npm is a subset of the local one.
The text was updated successfully, but these errors were encountered:
To avoid excessive publishing, publish-registry only publishes if it's been a week since the last publish. Unfortunately it then asserts that the registry on npm is exactly what we have locally, which it won't be if new packages have been added. Instead we should always validate that the one on npm is a subset of the local one.
The text was updated successfully, but these errors were encountered: