diff --git a/.github/workflows/test-all-packages.yml b/.github/workflows/test-all-packages.yml index 871551fa2e4..2fbbbd5af0e 100644 --- a/.github/workflows/test-all-packages.yml +++ b/.github/workflows/test-all-packages.yml @@ -72,6 +72,9 @@ jobs: # eslint - name: yarn lint primary run: ./scripts/lint-with-types.sh primary + # build the API docs to verify it works + - name: build API docs + run: yarn docs lint-rest: timeout-minutes: 15