Kaynağa Gözat

modify wercker.yml

Yuki Takei 8 yıl önce
ebeveyn
işleme
9dc9160810
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -63,7 +63,7 @@ build-prod:
         npm run build:prod:analyze
 
   after-steps:
-    -script:
+    - script:
       name: copy report to artifacts
       code: |
         cp -r report $WERCKER_REPORT_ARTIFACTS_DIR
@@ -103,7 +103,7 @@ build-dev:
         npm run build:dev:analyze
 
   after-steps:
-    -script:
+    - script:
       name: copy report to artifacts
       code: |
         cp -r report $WERCKER_REPORT_ARTIFACTS_DIR