From 0f3064acf0a500ddece77353b5ff0fd680ac76da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcholas=20Oliveira?= Date: Wed, 16 Oct 2024 17:14:49 -0300 Subject: [PATCH] chore: fix things again --- ...e_analysis-app.yml => nextjs_bundle_analysis-app-router.yml} | 2 +- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{nextjs_bundle_analysis-app.yml => nextjs_bundle_analysis-app-router.yml} (98%) diff --git a/.github/workflows/nextjs_bundle_analysis-app.yml b/.github/workflows/nextjs_bundle_analysis-app-router.yml similarity index 98% rename from .github/workflows/nextjs_bundle_analysis-app.yml rename to .github/workflows/nextjs_bundle_analysis-app-router.yml index 9ff46453f..7cb0228ad 100644 --- a/.github/workflows/nextjs_bundle_analysis-app.yml +++ b/.github/workflows/nextjs_bundle_analysis-app-router.yml @@ -40,7 +40,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: npm run build -- --filter=@10up/wp-nextjs + run: npm run build -- --filter=@10up/wp-nextjs-app # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index a583fd582..e2e3e010d 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -40,7 +40,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: npm run build -- --filter=@10up/wp-nextjs-app + run: npm run build -- --filter=@10up/wp-nextjs # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle