Add comments

This commit is contained in:
David Boreham 2023-01-03 21:17:30 -07:00
parent 1b4b47e9a4
commit 47b7a47160

View File

@ -1,5 +1,7 @@
#!/bin/bash
# Usage: build-npm-package-local-dependencies.sh <registry-url> <publish-with-this-version>
# 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