Przeglądaj źródła

Merge branch 'support/using-yarn-when-ci'

Yuki Takei 9 lat temu
rodzic
commit
0e69f7d310
1 zmienionych plików z 9 dodań i 1 usunięć
  1. 9 1
      wercker.yml

+ 9 - 1
wercker.yml

@@ -16,7 +16,15 @@ test:
       code: |
         yarn global add npm@4
 
-    - npm-install
+    - script:
+      name: install assets-webpack-plugin
+      code: |
+        npm install assets-webpack-plugin
+
+    - script:
+      name: install dependencies
+      code: |
+        yarn install
 
     - script:
       name: print dependencies