The only thing I noticed is when I do a test run of npub, it'll destroy the comma-first formatting of package.json when incrementing the version number... so if you wanted to keep the formatting, it'd probably require a bit of hackery each time you wanted to do npub publish.
If you don't like that, let me know and I can restore the original Makefile mechanism.
OK here it is.
The only thing I noticed is when I do a test run of
npub
, it'll destroy the comma-first formatting ofpackage.json
when incrementing the version number... so if you wanted to keep the formatting, it'd probably require a bit of hackery each time you wanted to donpub publish
.If you don't like that, let me know and I can restore the original Makefile mechanism.