|
@@ -8,7 +8,6 @@ on:
|
|
|
paths:
|
|
paths:
|
|
|
- .github/workflows/ci.yml
|
|
- .github/workflows/ci.yml
|
|
|
- packages/app/**
|
|
- packages/app/**
|
|
|
- - packages/app-for-hoisting/**
|
|
|
|
|
- .eslint*
|
|
- .eslint*
|
|
|
- .prettier*
|
|
- .prettier*
|
|
|
- .stylelint*
|
|
- .stylelint*
|
|
@@ -198,7 +197,6 @@ jobs:
|
|
|
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
|
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
|
|
run: |
|
|
run: |
|
|
|
npx lerna bootstrap
|
|
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/app --scope @growi/app-for-hoisting
|
|
|
|
|
- name: Print dependencies
|
|
- name: Print dependencies
|
|
|
run: |
|
|
run: |
|
|
|
echo -n "node " && node -v
|
|
echo -n "node " && node -v
|