From 1909f7254aad96e87f7a52af589f3cc219d8329e Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Mon, 24 Apr 2023 15:55:21 -0700 Subject: [PATCH] fix(docs): (vercel) Clarify build command override instruction --- markdown/dev/tutorials/getting-started-vercel/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/tutorials/getting-started-vercel/en.md b/markdown/dev/tutorials/getting-started-vercel/en.md index 5e2a933addf..2663c51d814 100644 --- a/markdown/dev/tutorials/getting-started-vercel/en.md +++ b/markdown/dev/tutorials/getting-started-vercel/en.md @@ -147,8 +147,8 @@ The Root Directory setting will determine the build type for the project. Names can consist of alphanumeric lowercase and hyphen characters. 2. Change the Root Directory to the desired setting, as described above. 3. In the Build & Development Settings, -override the Build Command with `yarn run build`. -(All the other settings will work fine with default values.) +add `yarn run build` as the Build Command override. +(All the other settings will work fine with the default values.) 4. Press the white "Deploy" button. Vercel will then create the project and start building the project's first