ci: remove unnecessary build step

This commit is contained in:
iCrawl
2023-01-12 12:18:32 +01:00
parent cb43db2180
commit a580768cda

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