Browse Source

add 'npm run server:prod:ci' to server-prod step

Yuki Takei 8 năm trước cách đây
mục cha
commit
a9824910c6
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      wercker.yml

+ 5 - 0
wercker.yml

@@ -59,6 +59,11 @@ build-prod:
       code: |
         npm run build:prod:analyze
 
+    - script:
+      name: npm run server:prod:ci
+      code: |
+        npm run server:prod:ci
+
   after-steps:
     - script:
       name: copy report to artifacts