Skip to content

Commit

Permalink
chore: anoter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Oct 28, 2024
1 parent 9b06fb0 commit 3ef9fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis-app-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '20.x'

- name: Install dependencies
run: npm ci
run: (cd ../../ && npm ci)

- name: Restore next build
uses: actions/cache@v2
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Build next.js app
# change this if your site requires a custom build command
run: cd ../../ && npm run build -- --filter=@10up/wp-nextjs-app
run: (cd ../../ && 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
Expand Down

0 comments on commit 3ef9fd5

Please sign in to comment.