From 810858a5c455e0c6724eae607f270326b6ce1fd4 Mon Sep 17 00:00:00 2001 From: nmccready Date: Fri, 13 Sep 2024 10:40:16 -0400 Subject: [PATCH] chore: fix mockPublish --- scripts/mockPublish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/mockPublish b/scripts/mockPublish index 1aa5223..c73fcfe 100755 --- a/scripts/mockPublish +++ b/scripts/mockPublish @@ -3,8 +3,7 @@ set -e set -o pipefail mkdir -p ./tmp -npm pack -mv *.tgz ./tmp +npm pack --pack-destination ./tmp tar xvzf tmp/*.tgz -C ./tmp exit 0