Skip to content

Commit ae8e5f9

Browse files
committed
fix "Command "version" not found" from pnpm
1 parent 461a669 commit ae8e5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
fi
2121

2222
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
23+
npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
2424

2525
# pnpm publish is required here to prevent workspace stuff from being published with the package
2626
pnpm publish --tag $NPM_TAG --access=public

0 commit comments

Comments
 (0)