ci: remove unnecessary build step

This commit is contained in:
iCrawl 2023-01-12 12:18:32 +01:00
parent cb43db2180
commit a580768cda
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -39,9 +39,6 @@ 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 packages
run: yarn run --top-level build