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 Aug 5, 2025. It is now read-only.
The build CI uses npm run build, while the release CI uses lerna. As a result the build CI can succeed and the release CI fail (example: v0.0.63). We shouldn't let that happen: we should use the same build system in both cases.