From 141004c39f6ea256b93305f8e3c822f538e2f2ec Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 15 May 2023 17:24:46 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Change=20to=20using=20turbo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index fd976da39..b24fb6076 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -57,7 +57,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: ./node_modules/.bin/next build + run: yarn turbo build # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle