build: publish

This commit is contained in:
xiaojunnuo
2026-05-21 23:26:57 +08:00
parent a204f270dd
commit ed26ed196d
+2 -2
View File
@@ -38,8 +38,8 @@ while true; do
done done
echo "安装pnpm, 前提是已经安装了nodejs" echo "安装pnpm@10.33.4, 前提是已经安装了nodejs"
$SUDO_CMD npm install -g pnpm --registry https://registry.npmmirror.com $SUDO_CMD npm install -g pnpm@10.33.4 --registry https://registry.npmmirror.com
echo "安装依赖" echo "安装依赖"
$SUDO_CMD pnpm install --registry https://registry.npmmirror.com $SUDO_CMD pnpm install --registry https://registry.npmmirror.com