Skip to content

Commit

Permalink
Switch yarn to npm in new-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 27, 2025
1 parent dacc48e commit 9397b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ $(git diff --stat) != '' ]]; then
fi

echo "Set version"
yarn version --new-version ${VERSION} --no-git-tag-version
npm version --new-version ${VERSION} --no-git-tag-version
CURRENT_VERSION=`node --print 'require("./package.json").version'`

echo "Add and commit package.json"
Expand Down

0 comments on commit 9397b53

Please sign in to comment.