forked from jasder/antlr
update npm doc in releasing doc
This commit is contained in:
parent
930e31d470
commit
e95b74842e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue