summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-08-18 17:39:06 -0400
committerRefael Ackermann <refack@gmail.com>2018-08-22 20:19:54 -0400
commitd32051147cc40b0bec8fc0719a57ad9d76525fb0 (patch)
tree767ba9c321d06fff4abcfc9d12d4c5ddc267a2af /vcbuild.bat
parent9d9f691d26eda845ebf09f18985502e4f8b5b571 (diff)
downloadandroid-node-v8-d32051147cc40b0bec8fc0719a57ad9d76525fb0.tar.gz
android-node-v8-d32051147cc40b0bec8fc0719a57ad9d76525fb0.tar.bz2
android-node-v8-d32051147cc40b0bec8fc0719a57ad9d76525fb0.zip
build: use `npm ci`
* remove obsolete `node_modules/js-yaml/package.json` target * remove `@touch` since `npm ci` is always destructive PR-URL: https://github.com/nodejs/node/pull/22399 Refs: https://github.com/nodejs/node/pull/21802 Refs: https://github.com/nodejs/node/pull/21490 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Sam Ruby <rubys@intertwingly.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
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