ci: make sure to build legacy docgen

This commit is contained in:
iCrawl 2023-01-12 11:01:00 +01:00
parent 0a0c7d32d6
commit 8d327aa416
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -41,6 +41,9 @@ jobs:
path: apps/website/.next/cache
key: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Build legacy docgen
run: yarn workspace @discordjs/docgen run build
- name: Build website
run: yarn workspace @discordjs/website run build:local