mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2026-03-13 10:00:26 +08:00
feat: support ai chat (#55)
This commit is contained in:
9
.github/workflows/web_ci.yaml
vendored
9
.github/workflows/web_ci.yaml
vendored
@@ -42,19 +42,14 @@ jobs:
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: ${{ env.PNPM_VERSION }}
|
||||
- name: Node_modules cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: node_modules
|
||||
key: node-modules-${{ runner.os }}
|
||||
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: |
|
||||
pnpm install
|
||||
- name: Run lint check
|
||||
run: |
|
||||
pnpm run lint
|
||||
|
||||
|
||||
- name: build and analyze
|
||||
run: |
|
||||
pnpm run analyze >> analyze-size.txt
|
||||
|
||||
Reference in New Issue
Block a user