@@ -37,6 +37,7 @@ def build_mini_program(branch):
"cd "+current_path+ ";"
"cd longVideoFactory;"
"rm -rf dist;"
+ "git pull;"
"git checkout "+branch+";"
"git pull;"
"cnpm install && npm install ;"