summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index e2f6cfe180..fd98867a12 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -439,7 +439,7 @@ if not defined doc (
if exist "tools\doc\node_modules\unified\package.json" goto skip-install-doctools
SETLOCAL
cd tools\doc
-%npm_exe% install
+%npm_exe% ci
cd ..\..
if errorlevel 1 goto exit
ENDLOCAL