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
We should test if we can refactor build script to use multiple rollup output formats instead of spawning multiple parallel processes to work same time.
It would be nice implement new lerna build pipeline.
When running
npm run publish
it should do following:npm run build
npm run benchmarks
If any of the above steps fail it should stop the process.
Currently its doing build and package version bumping multiple times due to legacy scripts and this was not possible in old Lerna version.
The text was updated successfully, but these errors were encountered: