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 461a669 commit ae8e5f9Copy full SHA for ae8e5f9
publish.sh
@@ -20,7 +20,7 @@ else
20
fi
21
22
echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $COMMIT_SHA."
23
-pnpm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
+npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
24
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