0
stars
0
forks
source link
Dev testing
- Build tar
npm i
npm pack
- In the target project install tar
npm i /path/to/tar
Publish to npmjs
- 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)