Skip to content

Commit b9b12dd

Browse files
committed
add to ci
1 parent 05516a0 commit b9b12dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- id: build
3535
name: Build the project
3636
run: yarn build
37+
- name: Build docs
38+
run: yarn docs
3739
- id: test
3840
name: Test the project
3941
run: yarn test:ci

0 commit comments

Comments
 (0)