diff --git a/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh b/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh index 7edba0a9..3981e238 100755 --- a/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh +++ b/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh @@ -1,5 +1,7 @@ #!/bin/bash # Usage: build-npm-package-local-dependencies.sh +# Runs build-npm-package.sh after first fixing up yarn.lock to use a local +# npm registry for all packages in a spcific scope (currently @cerc-io) if [ -n "$CERC_SCRIPT_DEBUG" ]; then set -x fi