From 65f4e9feb0996a210b04cc5da3452f119063f077 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 10 Sep 2024 13:51:17 +0900 Subject: [PATCH] chore: update script --- scripts/dist-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist-tag.sh b/scripts/dist-tag.sh index b93d69a8f..2d44cf454 100755 --- a/scripts/dist-tag.sh +++ b/scripts/dist-tag.sh @@ -27,5 +27,5 @@ if [ -z "$TAG" ]; then fi for PKG in ${PKGS[@]} ; do - npm dist-tag add $PKG@$VERSION $TAG + pnpm dist-tag add $PKG@$VERSION $TAG done