From ee5d2eca4b6e2ea1f9b81faf46de515f3fc79034 Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Mon, 14 Aug 2023 14:57:37 -0700 Subject: [PATCH] update the howto (#1354) # Description @swift-nav/devinfra Simple changes to the howto instructions --- HOWTO.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index fe504f91e..b6389f511 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -203,7 +203,7 @@ inside the container (so you don't have to setup git inside the docker container ``` For Java, jsonschema, and Protobuf (these should not require bumping the git tag, - unless the geneated files are out of date): + unless the generated files are out of date): ```shell make java jsonschema protobuf @@ -218,6 +218,12 @@ inside the container (so you don't have to setup git inside the docker container git tag -f -a INCREMENTED_TAG -m "Version INCREMENTED_TAG of libsbp." ``` + JavaScript, make needs to be run twice to update the package information + + ```shell + make javascript + ``` + 4. Finally, build the docs: ```shell