💚 Change to using turbo
This commit is contained in:
2
.github/workflows/nextjs_bundle_analysis.yml
vendored
2
.github/workflows/nextjs_bundle_analysis.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build next.js app
|
- name: Build next.js app
|
||||||
# change this if your site requires a custom build command
|
# 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
|
# Here's the first place where next-bundle-analysis' own script is used
|
||||||
# This step pulls the raw bundle stats for the current bundle
|
# This step pulls the raw bundle stats for the current bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user