- Build tar
npm i
npm pack
- In the target project install tar
npm i /path/to/tar
- Generate npm_token from npmjs and add it to github secrets (inside repo settings) (mind the 2-factor)
- Create release (currently the github action is configred to publish to npmjs on new release publish)