From 12fdb0f95ac50d00b53cccd7e4e538951bbd6b1e Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 9 Jan 2025 13:39:44 -0500 Subject: [PATCH] logging --- build-webapp.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-webapp.sh b/build-webapp.sh index 6df43d3..ff3760b 100755 --- a/build-webapp.sh +++ b/build-webapp.sh @@ -10,6 +10,8 @@ if [[ -d "$DEST_DIR" ]]; then exit 1 fi +echo "ANIMALS" + npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/ npm install -g @cerc-io/laconic-registry-cli