We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac64b59 commit 29f0431Copy full SHA for 29f0431
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
# but in general this should never happen
58
NODE_OPTIONS: '--max_old_space_size=4096'
59
# See https://github.com/vercel/next.js/pull/81318
60
- TURBOPACK_STATS: ${{ matrix.os == 'ubuntu-slim' }}
+ TURBOPACK_STATS: true
61
62
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63
with:
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
+ TURBOPACK_STATS: false
114
115
- name: Build Next.js (Static Export)
116
# We want to generate a static build, as it is a requirement of our website.
0 commit comments