Skip to content

Commit 3f0e696

Browse files
committed
build: make doc generation work on Windows
Refs: nodejs#21697
1 parent e007166 commit 3f0e696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ robocopy /e doc\api %config%\doc\api
459459
robocopy /e doc\api_assets %config%\doc\api\assets
460460

461461
for %%F in (%config%\doc\api\*.md) do (
462-
%node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-dir=%%~dF%%~pF
462+
%node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-directory=%%~dF%%~pF
463463
)
464464

465465
:run

0 commit comments

Comments
 (0)