onflow/cadence-tools

[LS] Automate releasing of new npm versions

sideninja opened this issue · 7 comments

The LS should be automatically built on the release and published as a new version on npm. This should work along with the playground frontend automated update.

Can we also do it for cadence-parser, as described in onflow/cadence#2392 ?

Also would be nice to expose parser via LS

I will work on it as soon as I unblock myself releasing a new version of npm LS, which is currently blocked because we are unable to compile it to webassembly due to flowkit dependency to emulator. That is WIP.

Need LS npm package published before playground frontend since playground package.json can be updated to use newest LS version. Unless version can be synchronized.

I can help to do it, I have built my auto publish system before.

@LemonNekoGH your help would be appreciated!!