signify-ts icon indicating copy to clipboard operation
signify-ts copied to clipboard

Publish npm package on push

Open lenkan opened this issue 2 years ago • 0 comments

It would be nice to have the signify-ts package published to npm (or github packages) on push. We can use a "development" or "next" tag for pushes to development branch.

The benefit of this is that users avoid pulling all signify-ts build dependencies and just use the already built modules. I.e., only the dist folder and package.json files will be published.

I can create an outline PR with the workflow for this if you think it is a good idea.

lenkan avatar Nov 03 '23 15:11 lenkan