|
@@ -56,7 +56,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: lerna run lint for plugins
|
|
- name: lerna run lint for plugins
|
|
|
run: |
|
|
run: |
|
|
|
- yarn lerna run lint --scope @growi/remark-growi-plugin --scope @growi/plugin-*
|
|
|
|
|
|
|
+ yarn lerna run lint --scope @growi/remark-* --scope @growi/plugin-*
|
|
|
- name: lerna run lint for app
|
|
- name: lerna run lint for app
|
|
|
run: |
|
|
run: |
|
|
|
yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/slack --scope @growi/ui
|
|
yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/slack --scope @growi/ui
|
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: lerna run test for plugins
|
|
- name: lerna run test for plugins
|
|
|
run: |
|
|
run: |
|
|
|
- yarn lerna run test --scope @growi/remark-growi-plugin --scope @growi/plugin-*
|
|
|
|
|
|
|
+ yarn lerna run test --scope @growi/remark-* --scope @growi/plugin-*
|
|
|
|
|
|
|
|
- name: Test app
|
|
- name: Test app
|
|
|
working-directory: ./packages/app
|
|
working-directory: ./packages/app
|