Yuki Takei
9 years ago
1 changed files with
9 additions and
1 deletions
-
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
|