From 0344d38442e975ff8baef6afa591813bfc2b1ce7 Mon Sep 17 00:00:00 2001 From: Pierre Seznec <34547263+peterjah@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:31:01 +0200 Subject: [PATCH] remove dry-run publish (#332) --- scripts/publish-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-dev.sh b/scripts/publish-dev.sh index b33bde3f..e8c83b93 100755 --- a/scripts/publish-dev.sh +++ b/scripts/publish-dev.sh @@ -18,4 +18,4 @@ if [[ "$BRANCH" == "buildnet" ]]; then TAG="buildnet-" fi -npm publish --access public --dry-run --tag ${TAG}dev +npm publish --access public --tag ${TAG}dev