We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf0c31 commit 461a669Copy full SHA for 461a669
publish.sh
@@ -20,5 +20,7 @@ else
20
fi
21
22
echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $COMMIT_SHA."
23
-npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
24
-npm publish --tag $NPM_TAG --access=public
+pnpm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
+
25
+# pnpm publish is required here to prevent workspace stuff from being published with the package
26
+pnpm publish --tag $NPM_TAG --access=public
0 commit comments