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