|
|
@@ -52,12 +52,15 @@ jobs:
|
|
|
run: |
|
|
|
npx lerna bootstrap -- --frozen-lockfile
|
|
|
|
|
|
- - name: lerna run lint for plugins
|
|
|
+ - name: lerna run lint for dependent packages
|
|
|
run: |
|
|
|
- yarn lerna run lint --scope @growi/remark-*
|
|
|
+ yarn lerna run lint --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/hackmd --scope @growi/preset-themes --scope @growi/remark-* --scope @growi/slack --scope @growi/ui
|
|
|
+ - name: build dependent packages
|
|
|
+ run: |
|
|
|
+ yarn lerna run build --scope @growi/preset-themes
|
|
|
- name: lerna run lint for app
|
|
|
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
|
|
|
|
|
|
- name: Slack Notification
|
|
|
uses: weseek/ghaction-slack-notification@master
|