From 68ae3df03936cefadf50773de7a453b69795ef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:57:58 +0700 Subject: [PATCH] Update mkdocsServer.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com> --- packages/techdocs-cli/src/lib/mkdocsServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/techdocs-cli/src/lib/mkdocsServer.ts b/packages/techdocs-cli/src/lib/mkdocsServer.ts index 3c7f9ea5ec..a793643367 100644 --- a/packages/techdocs-cli/src/lib/mkdocsServer.ts +++ b/packages/techdocs-cli/src/lib/mkdocsServer.ts @@ -59,7 +59,7 @@ export const runMkdocsServer = async (options: { ? ['--config-file', options.mkdocsConfigFileName] : []), ...(options.mkdocsParameterClean ? ['--clean'] : []), - ...(options.mkdocsParameterDirtyReload ? ['--dirty'] : []), + ...(options.mkdocsParameterDirtyReload ? ['--dirtyreload'] : []), ...(options.mkdocsParameterStrict ? ['--strict'] : []), ], {