From ef36fc3870b5fb3c3e8af3a7550031505bf434d6 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 20 Jan 2021 14:35:29 +0100 Subject: [PATCH] Update build-docs.sh --- build-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-docs.sh b/build-docs.sh index a51d655e1..284f64d21 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -7,6 +7,7 @@ TARGET_DIR="$DIST_DIR/snippets" PACKAGE_VERSION="${PACKAGE_VERSION:-0.0.0}" archive_dist_dir() { + echo "archive_dist_dir called with $1 - producing nativescript-$DIR-$ENV-$PACKAGE_VERSION.tar.gz" DIR="$1" (cd "$DIST_DIR" && tar zcvf "nativescript-$DIR-$ENV-$PACKAGE_VERSION.tar.gz" $DIR) }