|
|
@@ -198,7 +198,7 @@ jobs:
|
|
|
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
|
|
run: |
|
|
|
npx lerna bootstrap
|
|
|
- yarn lerna add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images@1.0.0 react-motion --scope @growi/core
|
|
|
+ yarn lerna add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images@1.0.0 react-motion --scope @growi/app --scope @growi/app-for-hoisting
|
|
|
- name: Print dependencies
|
|
|
run: |
|
|
|
echo -n "node " && node -v
|
|
|
@@ -271,8 +271,8 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
npx lerna bootstrap
|
|
|
- yarn lerna add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs --scope @growi/core
|
|
|
- yarn lerna add -D react-images@1.0.0 react-motion --scope @growi/core
|
|
|
+ yarn lerna add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs --scope @growi/app --scope @growi/app-for-hoisting
|
|
|
+ yarn lerna add -D react-images@1.0.0 react-motion --scope @growi/app --scope @growi/app-for-hoisting
|
|
|
- name: Print dependencies
|
|
|
run: |
|
|
|
echo -n "node " && node -v
|