From ca6301c23dbd09639ceb972d55d6e7048beaab23 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Mon, 4 Sep 2023 14:53:26 -0700 Subject: [PATCH] Tweak javascript release doc --- doc/releasing-antlr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index dca67aa613..92b77d0dd6 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -262,6 +262,8 @@ All releases should be here: [https://repo1.maven.org/maven2/org/antlr/antlr4-ru **Push to npm** +(I think this has to be run before the unit test can run locally as it installs the global lib) + ```bash cd ~/antlr/code/antlr4/runtime/JavaScript rm -rf node_modules # seems we might need this later but try it here