I don't know if this is the correct way to do it. But since you don't have CI set up I ran npm run build, then npm run package and checked in the files. I haven't tried bumping the version in package.json and I'm guessing since this isn't to be pushed to npm you'll just make a Github release on the repo?
I don't know if this is the correct way to do it. But since you don't have CI set up I ran
npm run build
, thennpm run package
and checked in the files. I haven't tried bumping the version inpackage.json
and I'm guessing since this isn't to be pushed tonpm
you'll just make a Github release on the repo?