We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bc6cd commit 97e4875Copy full SHA for 97e4875
1 file changed
.github/workflows/build-and-test.yml
@@ -77,3 +77,5 @@ jobs:
77
- run: "yarn test:ci"
78
- name: "Test that template package works out-of-the-box"
79
run: "yarn turbo run test-generated-package --filter='//'"
80
+ - name: "Test generated developer documentaiton"
81
+ run: "yarn docs"
0 commit comments