From 17c9a1d7c2f8c53f0bba346bfcab301ea9b7bca1 Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Thu, 8 Aug 2024 12:58:14 -0700 Subject: [PATCH] Document NPM_REGISTRY make parameter This is listed in the Makefile but not documented yet. Signed-off-by: Gabe Rosenhouse --- docs/build-customize-contribute/compile-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-customize-contribute/compile-guide.md b/docs/build-customize-contribute/compile-guide.md index 853cf0731..a58f00c0a 100644 --- a/docs/build-customize-contribute/compile-guide.md +++ b/docs/build-customize-contribute/compile-guide.md @@ -89,6 +89,7 @@ The `Makefile` contains these configurable parameters: | COMPILETAG | Compile model flag, default: compile_normal (local golang build) | | TRIVYFLAG | Trivy mode flag, default: false | | HTTPPROXY | NPM http proxy for Clarity UI builder | +| NPM_REGISTRY | NPM registry override | | REGISTRYSERVER | Remote registry server IP address | | REGISTRYUSER | Remote registry server user name | | REGISTRYPASSWORD | Remote registry server user password |