summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Littauer <richard.littauer@gmail.com>2017-11-22 03:44:01 -0500
committerRefael Ackermann <refack@gmail.com>2017-11-24 10:24:37 -0500
commit887e2327ee2666f28d0ca5facffd949d0ecff49c (patch)
treef19d86f160726b3cf3894ece449ac71e4df1e92b /Makefile
parent6f724e1563159fb332ed43068649958e99e7be28 (diff)
downloadnode-new-887e2327ee2666f28d0ca5facffd949d0ecff49c.tar.gz
tools: fix gitignore for tools/doc/
PR-URL: https://github.com/nodejs/node/pull/17224 Fixes: https://github.com/nodejs/node/issues/17216 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b832d0144..746b88486b 100644
--- a/Makefile
+++ b/Makefile
@@ -579,7 +579,7 @@ available-node = \
exit 1; \
fi;
-run-npm-install = $(PWD)/$(NPM) install
+run-npm-install = $(PWD)/$(NPM) install --production
tools/doc/node_modules/js-yaml/package.json:
cd tools/doc && $(call available-node,$(run-npm-install))