Skip to content

Commit

Permalink
Update javascript with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Sep 4, 2023
1 parent 80773cf commit b0dd6da
Show file tree
Hide file tree
Showing 2 changed files with 1,029 additions and 4,607 deletions.
2 changes: 1 addition & 1 deletion doc/releasing-antlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ All releases should be here: [https://repo1.maven.org/maven2/org/antlr/antlr4-ru

```bash
cd ~/antlr/code/antlr4/runtime/JavaScript
rm -rf node_modules # seems we might need this later but try it here
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 b0dd6da

Please sign in to comment.