Explorar el Código

[server][edit][build]

zhangwei hace 3 años
padre
commit
d3796088f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/main.py

+ 1 - 1
server/main.py

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