Skip to content

Commit aec3a71

Browse files
committed
chore: don't throw immediately on failed build and instead allow for cleanup
1 parent 8b5579f commit aec3a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/build-variants.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ for (const variantToBuild of variantsToBuild) {
146146
NEXT_DIST_DIR: distDir,
147147
},
148148
stdio: 'inherit',
149+
reject: false,
149150
})
150151

151152
await runCleanup()

0 commit comments

Comments
 (0)