update npm doc in releasing doc

This commit is contained in:
parrt 2017-03-30 11:12:58 -07:00
parent 930e31d470
commit e95b74842e
1 changed files with 8 additions and 0 deletions

View File

@ -225,6 +225,14 @@ cp /tmp/antlr-javascript-runtime-4.6.zip ~/antlr/sites/website-antlr4/download
# git add, commit, push
```
**Push to npm**
```bash
cd runtime/JavaScript/src
npm login
npm publish antlr4
```
Move target to website
```bash