Преглед изворни кода

configure wercker pipeline

Yuki Takei пре 9 година
родитељ
комит
e03e741f97
1 измењених фајлова са 9 додато и 1 уклоњено
  1. 9 1
      wercker.yml

+ 9 - 1
wercker.yml

@@ -16,7 +16,15 @@ test:
       code: |
       code: |
         yarn global add npm@4
         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:
     - script:
       name: print dependencies
       name: print dependencies