Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 10, 2024
1 parent 85cc6ff commit 65f4e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dist-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65f4e9f

Please sign in to comment.