Upgrade to Node v16 for Github workflows.
[ustaxlib.git] / doc / dev.md
1 # Developer Workflows
2
3 ## Publishing Releases
4
5 Only the dist/ directory, containing the compiled TypeScript files are put into the NPM package. The
6 `build.sh` script copies non-`tsc`-processed files, and does some processing of the `package.json`.
7 To publish a new release, just run:
8
9 npm run npm-publish