You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: print error if prerender test fails (#18190)
Currently the errors are sometimes not printed if the
prerendering test target fails. We fix this by always re-throwing the
error at top-level. This also ensures that the process exits with a
non-zero exit code.
0 commit comments