Przeglądaj źródła

update wercker.yml

Yuki Takei 7 lat temu
rodzic
commit
0201cc86b4
1 zmienionych plików z 15 dodań i 3 usunięć
  1. 15 3
      wercker.yml

+ 15 - 3
wercker.yml

@@ -17,7 +17,11 @@ test:
 
     - script:
       name: print dependencies
-      code: yarn list --depth=0
+      code: |
+        node -v
+        npm -v
+        yarn -v
+        yarn list --depth=0
 
     - script:
       name: npm test
@@ -52,7 +56,11 @@ build-prod:
 
     - script:
       name: print dependencies
-      code: yarn list --depth=0
+      code: |
+        node -v
+        npm -v
+        yarn -v
+        yarn list --depth=0
 
     - script:
       name: npm run build:prod:analyze
@@ -97,7 +105,11 @@ build-dev:
 
     - script:
       name: print dependencies
-      code: yarn list --depth=0
+      code: |
+        node -v
+        npm -v
+        yarn -v
+        yarn list --depth=0
 
     - script:
       name: npm run build:dev