8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c78ca commit a78a946Copy full SHA for a78a946
vcbuild.bat
@@ -459,7 +459,7 @@ robocopy /e doc\api %config%\doc\api
459
robocopy /e doc\api_assets %config%\doc\api\assets
460
461
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
+ %node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-directory=%%~dF%%~pF
463
)
464
465
:run
0 commit comments