Skip to content

Commit

Permalink
ci: update workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent 677b440 commit d9fdc86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- run: npm install
- run: npm run build
working-directory: core
- run: npm run doc
working-directory: examples/document

Expand All @@ -45,5 +46,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
working-directory: core
- run: npm run doc
working-directory: examples/document
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- run: npm install
- run: npm run build
working-directory: core
- run: npm run doc
working-directory: examples/document
- run: cp schema dist
working-directory: examples/document

Expand Down

0 comments on commit d9fdc86

Please sign in to comment.