We should add a workflow to publish npm registry. To allow our core friend to test in real condition the tools.
And in the medium term, allow them to use it to built with "legacy" style.
To accomplish that, we need to create a GitHub workflow that call npm publish with provenance. The workflow should run the tests before tying to publish.
We should add a workflow to publish npm registry. To allow our core friend to test in real condition the tools. And in the medium term, allow them to use it to built with "legacy" style.
To accomplish that, we need to create a GitHub workflow that call npm publish with provenance. The workflow should run the tests before tying to publish.
Here an example