Просмотр исходного кода

testing release-to-github pipeline

Yuki Takei 9 лет назад
Родитель
Сommit
6e275512a1
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      wercker.yml

+ 0 - 3
wercker.yml

@@ -91,9 +91,6 @@ release-to-github: # would be run on release branch
       name: install dependencies
       code: |
         yarn global add npm@4
-        # add assets-webpack-plugin individually
-        # because `yarn install` couldn't find package from the "npm" registry
-        yarn add assets-webpack-plugin
         yarn install --production
 
     - script: