From 89012a5137a1a57d89112cbe4140c4df75ab32bb Mon Sep 17 00:00:00 2001 From: Maxim Karpov Date: Mon, 28 Oct 2024 17:26:49 +0300 Subject: [PATCH] feat: new build pipeline --- src/steps/processMapFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/processMapFile.ts b/src/steps/processMapFile.ts index c69d7b1a..5f3c6216 100644 --- a/src/steps/processMapFile.ts +++ b/src/steps/processMapFile.ts @@ -12,7 +12,7 @@ type TocItem = { type TocItems = TocItem[]; -export async function prepareMapFile(): void { +export async function prepareMapFile(): Promise { const {output: outputFolderPath} = ArgvService.getConfig(); const navigationPathsWithoutExtensions = TocService.getNavigationPaths().map((path) => {