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
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.
The text was updated successfully, but these errors were encountered:
The build CI uses
npm run build
, while the release CI useslerna
. 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.The text was updated successfully, but these errors were encountered: