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 was archived by the owner on Jun 21, 2023. It is now read-only.
This is currently broken because npm will not automatically commit/tag
if the package is not at the repo root.
This project is using lerna, but we don't need lerna since we're only
modifying a single subpackage. So instead, we hook into the version
lifecycle event to do the git committing ourselves. (But no tagging;
there are still multiple packages in this repo after all.)
0 commit comments