chore: make sure to build the api-docs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-21 20:00:02 +01:00
parent c3bf22a245
commit 19985912e7
@@ -29,10 +29,16 @@ jobs:
# Skip caching of microsite dependencies, it keeps the global cache size
# smaller, which make Windows builds a lot faster for the rest of the project.
- name: top-level install
run: yarn install --immutable
- name: yarn install
run: yarn install --immutable
working-directory: microsite-next
- name: build API reference
run: yarn build:api-docs
- name: verify yarn dependency duplicates
run: node scripts/verify-lockfile-duplicates.js