Former-commit-id: 16c9607a6c
This commit is contained in:
zramsay
2023-04-13 12:31:53 -04:00
parent 3e80f5f238
commit f0ce0fef1c
2 changed files with 2 additions and 2 deletions
@@ -1,7 +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, @lirewine and @muknsys)
# npm registry for all packages in a specific scope (currently @cerc-io, @lirewine and @muknsys)
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi