瀏覽代碼

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: |
         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