UNPKG

272 BMarkdownView Raw
1## npm publish
2```bash
3tsc
4npm publish
5enter < OTP >
6```
7release w/ notes on github
8
9## Local dev
10```bash
11npm pack
12pwd
13```
14Point to tarball in sample app
15> package.json
16```
17"xero-node": "/Users/chris.knight/code/sdks/xero-node/xero-node-4.7.6.tgz"
18```
19