瀏覽代碼

[server][edit][build]

zhangwei 3 年之前
父節點
當前提交
d3796088f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: