Skip to content

Commit 65f4e9f

Browse files
committed
chore: update script
1 parent 85cc6ff commit 65f4e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ if [ -z "$TAG" ]; then
2727
fi
2828

2929
for PKG in ${PKGS[@]} ; do
30-
npm dist-tag add $PKG@$VERSION $TAG
30+
pnpm dist-tag add $PKG@$VERSION $TAG
3131
done

0 commit comments

Comments
 (0)