From 0c4ca047825e0920c9fd73d0fca08d8e81759cb9 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 25 May 2020 22:11:21 +0200 Subject: [PATCH] Fix CI tests failing (#926) --- docs/commands/build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/commands/build.md b/docs/commands/build.md index 688097682b3..8daa7914ab2 100644 --- a/docs/commands/build.md +++ b/docs/commands/build.md @@ -5,6 +5,7 @@ title: Netlify CLI build command # `build` + (Beta) Build on your local machine **Usage** @@ -15,8 +16,8 @@ netlify build **Flags** -- `dry` (*boolean*) - Dry run: show instructions without running them -- `context` (*option*) - Build context +- `dry` (_boolean_) - Dry run: show instructions without running them +- `context` (_option_) - Build context **Examples** @@ -24,5 +25,4 @@ netlify build netlify build ``` -