소스 검색

[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: