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

+ 6 - 11
wercker.yml

@@ -15,6 +15,12 @@ test:
       code: |
       code: |
         yarn
         yarn
 
 
+    - script:
+      name: install plugins
+      code: |
+        yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs
+        yarn add -D react-images react-motion
+
     - script:
     - script:
       name: print dependencies
       name: print dependencies
       code: |
       code: |
@@ -48,12 +54,6 @@ build-prod:
       name: set yarn cache-folder
       name: set yarn cache-folder
       code: yarn config set cache-folder $WERCKER_CACHE_DIR/yarn
       code: yarn config set cache-folder $WERCKER_CACHE_DIR/yarn
 
 
-    - script:
-      name: install plugins
-      code: |
-        yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs
-        yarn add -D react-images react-motion
-
     - script:
     - script:
       name: npm run build:prod:analyze
       name: npm run build:prod:analyze
       code: |
       code: |
@@ -90,11 +90,6 @@ build-dev:
       name: set yarn cache-folder
       name: set yarn cache-folder
       code: yarn config set cache-folder $WERCKER_CACHE_DIR/yarn
       code: yarn config set cache-folder $WERCKER_CACHE_DIR/yarn
 
 
-    - script:
-      name: install plugins
-      code: |
-        yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker
-
     - script:
     - script:
       name: npm run build:dev
       name: npm run build:dev
       code: |
       code: |