Skip to content

Commit b0dd6da

Browse files
committed
Update javascript with npm
1 parent 80773cf commit b0dd6da

File tree

2 files changed

+1029
-4607
lines changed

2 files changed

+1029
-4607
lines changed

doc/releasing-antlr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ All releases should be here: [https://repo1.maven.org/maven2/org/antlr/antlr4-ru
264264

265265
```bash
266266
cd ~/antlr/code/antlr4/runtime/JavaScript
267+
rm -rf node_modules # seems we might need this later but try it here
267268
npm update
268269
npm install
269-
rm -rf node_modules
270270
npm run build
271271
npm login # asks for username/password/2FA (npmjs.com)
272272
npm publish # don't put antlr4 on there or it will try to push the old version for some reason

0 commit comments

Comments
 (0)