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 85cc6ff commit 65f4e9fCopy full SHA for 65f4e9f
scripts/dist-tag.sh
@@ -27,5 +27,5 @@ if [ -z "$TAG" ]; then
27
fi
28
29
for PKG in ${PKGS[@]} ; do
30
- npm dist-tag add $PKG@$VERSION $TAG
+ pnpm dist-tag add $PKG@$VERSION $TAG
31
done
0 commit comments