diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index c8607d432b..3cff65206a 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -82,7 +82,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: yarn db-seed && yarn build + run: cd ../.. && yarn db-seed && yarn 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