Update build.sh

This commit is contained in:
戴炜 2024-05-30 14:17:33 +08:00
parent 6a75d0412a
commit 8e6b1fc8f2

View File

@ -2,6 +2,10 @@ pnpm install --force
pnpm run pkg:build
if [ $? -ne 0 ]; then
exit 1
fi
pnpm run pub
# 打tag失败