From 5e899f17df2b147382f977728d7b2ce99ee76c43 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 20 Oct 2020 04:00:51 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Steven --- packages/now-next/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?', }); } }