|
|
@@ -15,6 +15,12 @@ test:
|
|
|
code: |
|
|
|
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:
|
|
|
name: print dependencies
|
|
|
code: |
|
|
|
@@ -48,12 +54,6 @@ build-prod:
|
|
|
name: set yarn cache-folder
|
|
|
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:
|
|
|
name: npm run build:prod:analyze
|
|
|
code: |
|
|
|
@@ -90,11 +90,6 @@ build-dev:
|
|
|
name: set yarn cache-folder
|
|
|
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:
|
|
|
name: npm run build:dev
|
|
|
code: |
|