Explorar o código

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

Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
0e69f7d310
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  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