Skip to content

Commit

Permalink
chore: fix things again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Oct 16, 2024
1 parent e19b018 commit 0f3064a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3064a

Please sign in to comment.