From 4379a17396b1bee0da97b52830e2c7cdc2dc67dc Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Thu, 20 Feb 2025 00:22:04 +0100
Subject: [PATCH] npm_publish.sh script should accept local mods (to include
 generated urls to documentation and version info)

---
 scripts/bash/npm-helpers/npm_publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bash/npm-helpers/npm_publish.sh b/scripts/bash/npm-helpers/npm_publish.sh
index e1a8bef..68e6175 100755
--- a/scripts/bash/npm-helpers/npm_publish.sh
+++ b/scripts/bash/npm-helpers/npm_publish.sh
@@ -40,7 +40,7 @@ else
   set -e
   echo "Publishing ${NAME}@${VERSION} to tag ${PACKAGE_DIST_TAG}"
   # We are going to repack the tarball as there are registry-dependent data in each job for package.json
-  pnpm publish --access=public --tag "${PACKAGE_DIST_TAG}"
+  pnpm publish --no-git-checks --access=public --tag "${PACKAGE_DIST_TAG}"
 fi
 
 popd
-- 
GitLab