From a995cbc0fa16452cdbc47192fd186a3a2e44a599 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Tue, 10 Jan 2023 13:59:18 +0100 Subject: [PATCH] ci: build website correctly --- .github/workflows/nextjs-bundle-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 3f07792f2..fde029791 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -40,8 +40,8 @@ jobs: # change this if you prefer a more strict cache key: ${{ runner.os }}-build-${{ env.cache-name }} - - name: Build dependencies - run: yarn build + - name: Build website + run: yarn workspace @discordjs/website run build:prod - name: Analyze bundle run: npx -p nextjs-bundle-analysis report