switch to pnpm

This commit is contained in:
Paul Wilde 2023-04-03 14:49:10 +01:00
parent 88976c0c7b
commit c741f58f01

View file

@ -4,11 +4,11 @@ method="patch"
if [[ $1 != "" ]]; then
method=$1
fi
npm version $method
pnpm version $method
if [[ $? != 0 ]]; then
exit
fi
npm run build
pnpm run build
if [[ $? == 0 ]]; then
tar czf cmc_fe.tar.gz dist
git add . cmc_fe.tar.gz