Explorar el Código

configure wercker pipeline

Yuki Takei hace 9 años
padre
commit
e03e741f97
Se han modificado 1 ficheros con 9 adiciones y 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