Skip to content

Commit

Permalink
Reenable the JS collectBuildTraces
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 10, 2024
1 parent abb0d09 commit 65d2ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ export default async function build(

await writeFunctionsConfigManifest(distDir, functionsConfigManifest)

if (!isGenerateMode && !buildTracesPromise && !turboNextBuild) {
if (!isGenerateMode && !buildTracesPromise) {
buildTracesPromise = collectBuildTraces({
dir,
config,
Expand Down

0 comments on commit 65d2ba2

Please sign in to comment.