commit
4e3eba1194
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Usage: build-npm-package-local-dependencies.sh <registry-url> <publish-with-this-version>
|
# 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
|
# 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
|
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
|
@ -60,7 +60,7 @@ sudo apt -y install jq
|
|||||||
# laconic-so depends on git
|
# laconic-so depends on git
|
||||||
sudo apt -y install git
|
sudo apt -y install git
|
||||||
# curl used below
|
# curl used below
|
||||||
sudo apt -y install jq
|
sudo apt -y install curl
|
||||||
# docker repo add depends on gnupg and updated ca-certificates
|
# docker repo add depends on gnupg and updated ca-certificates
|
||||||
sudo apt -y install ca-certificates gnupg
|
sudo apt -y install ca-certificates gnupg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user