Skip to content

Commit

Permalink
tweak js and doc
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Sep 4, 2022
1 parent 67f63fa commit a79d26e
Show file tree
Hide file tree
Showing 2 changed files with 2,401 additions and 1,679 deletions.
1 change: 1 addition & 0 deletions doc/releasing-antlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ All releases should be here: [https://repo1.maven.org/maven2/org/antlr/antlr4-ru
cd ~/antlr/code/antlr4/runtime/JavaScript
npm update
npm install
rm -rf node_modules
npm run build
npm login # asks for username/password/2FA (npmjs.com)
npm publish # don't put antlr4 on there or it will try to push the old version for some reason
Expand Down
Loading

0 comments on commit a79d26e

Please sign in to comment.