Skip to content

Commit 97e4875

Browse files
committed
Add documentation generation to GitHub's build-and-test
1 parent 40bc6cd commit 97e4875

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ jobs:
7777
- run: "yarn test:ci"
7878
- name: "Test that template package works out-of-the-box"
7979
run: "yarn turbo run test-generated-package --filter='//'"
80+
- name: "Test generated developer documentaiton"
81+
run: "yarn docs"

0 commit comments

Comments
 (0)