@@ -3,7 +3,7 @@
# 设置错误时退出
set -e
-git pull origin main
+git pull origin master
yarn install
rm -rf dist/
yarn build --mode production