Browse Source

update wercker.yml (include "install plugins" step)

Yuki Takei 8 years ago
parent
commit
cd2ef8880e
1 changed files with 13 additions and 1 deletions
  1. 13 1
      wercker.yml

+ 13 - 1
wercker.yml

@@ -1,4 +1,4 @@
-box: node:6.10
+box: node:6.11
 
 
 services:
 services:
   - mongo:3.4
   - mongo:3.4
@@ -47,6 +47,12 @@ build-prod:
         yarn global add npm@4
         yarn global add npm@4
         yarn install --production
         yarn install --production
 
 
+    - script:
+      name: install plugins
+      code: |
+        yarn add crowi-plugin-lsx
+        yarn add crowi-plugin-pukiwiki-like-linker
+
     - script:
     - script:
       name: print dependencies
       name: print dependencies
       code: yarn list --depth=0
       code: yarn list --depth=0
@@ -76,6 +82,12 @@ build-dev:
         yarn global add npm@4
         yarn global add npm@4
         yarn install
         yarn install
 
 
+    - script:
+      name: install plugins
+      code: |
+        yarn add crowi-plugin-lsx
+        yarn add crowi-plugin-pukiwiki-like-linker
+
     - script:
     - script:
       name: print dependencies
       name: print dependencies
       code: yarn list --depth=0
       code: yarn list --depth=0