|  | @@ -24,7 +24,7 @@ def build_mini_program(branch):
 | 
											
												
													
														|  |      "git checkout "+branch+";"
 |  |      "git checkout "+branch+";"
 | 
											
												
													
														|  |      "git pull;"
 |  |      "git pull;"
 | 
											
												
													
														|  |      "cnpm install && npm install ;"
 |  |      "cnpm install && npm install ;"
 | 
											
												
													
														|  | -    "npm run build && npm run build:other;"
 |  | 
 | 
											
												
													
														|  | 
 |  | +    "npm run build;"
 | 
											
												
													
														|  |      )
 |  |      )
 | 
											
												
													
														|  |      
 |  |      
 | 
											
												
													
														|  |      if os.system(command_str) == 0:
 |  |      if os.system(command_str) == 0:
 |