#代码目录
code_path=$PWD
git pull
cd ${code_path}/manager
rm -rf ./dist
yarn install
yarn build
cd ${code_path}/seller
cd ${code_path}/buyer