From 4962de361a2a822775e18a5bf95ef0be4c64657d Mon Sep 17 00:00:00 2001 From: Heikki Honkanen Date: Fri, 25 Oct 2024 10:23:33 +0300 Subject: [PATCH] Add --foreground-scripts to publish instruction to show output of prepare tasks --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index a68a122e..f6f75049 100755 --- a/release.sh +++ b/release.sh @@ -19,6 +19,6 @@ Updated package.json and created the version tag. Check your version history, if all is fine, push with : git push --follow-tags - npm publish + npm publish --foreground-scripts EOF