Procházet zdrojové kódy

update wercker.yml

Yuki Takei před 8 roky
rodič
revize
8a7a0c0d99
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      wercker.yml

+ 2 - 3
wercker.yml

@@ -43,13 +43,12 @@ build-prod:
     - script:
     - script:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
-        yarn install
+        yarn
 
 
     - script:
     - script:
       name: install plugins
       name: install plugins
       code: |
       code: |
-        yarn add growi-plugin-lsx
-        yarn add growi-plugin-pukiwiki-like-linker
+        yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker
 
 
     - script:
     - script:
       name: print dependencies
       name: print dependencies