diff --git a/packages/now-next/src/index.ts b/packages/now-next/src/index.ts index 4e7e5bc2ad3..dde21488c34 100644 --- a/packages/now-next/src/index.ts +++ b/packages/now-next/src/index.ts @@ -455,7 +455,7 @@ export const build = async ({ ); throw new NowBuildError({ code: 'NOW_NEXT_NO_BUILD_ID', - message: 'Missing BUILD_ID', + message: 'The BUILD_ID file was not found in the Output Directory. Did you forget to run "next build" in your Build Command?', }); } }