From d8cef7a56a73141dee06f83aedc064fa7dbc31e0 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Tue, 28 Nov 2023 16:17:38 -0800 Subject: [PATCH] ci: test building docs --- .github/workflows/test-all-packages.yml | 3 +++ 1 file changed, 3 insertions(+) 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