Skip to content

Commit

Permalink
feat: new build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Oct 28, 2024
1 parent 4afddce commit 89012a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/processMapFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type TocItem = {

type TocItems = TocItem[];

export async function prepareMapFile(): void {
export async function prepareMapFile(): Promise<void> {
const {output: outputFolderPath} = ArgvService.getConfig();

const navigationPathsWithoutExtensions = TocService.getNavigationPaths().map((path) => {
Expand Down

0 comments on commit 89012a5

Please sign in to comment.