mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-18 16:16:25 +00:00
chore: update release script
Modified release script to use yarn instead of npm
This commit is contained in:
parent
f9a7337c02
commit
a8a2a42003
@ -8,7 +8,7 @@ read -p "Do you want to create a release? (y/n) " -n 1 -r
|
||||
echo
|
||||
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
npm run standard-version -a
|
||||
yarn standard-version -a
|
||||
else
|
||||
echo "\033[0;31mCancelling...\033[0m"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user