From f468e5f1ec34d51f1691ab1f8c9cd813ebee85ef Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Mon, 12 Jan 2015 17:21:49 -0800 Subject: [PATCH] deps: don't build docs on 'make npm-test' PR-URL: https://github.com/iojs/io.js/pull/318 Reviewed-By: Ben Noordhuis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b0a2fbd9e..fb8769a744 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ test-npm: $(NODE_EXE) cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \ npm_config_prefix="$(shell pwd)/npm-prefix" \ npm_config_tmp="$(shell pwd)/npm-tmp" \ - ../../$(NODE_EXE) cli.js install + ../../$(NODE_EXE) cli.js install --ignore-scripts cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \ npm_config_prefix="$(shell pwd)/npm-prefix" \ npm_config_tmp="$(shell pwd)/npm-tmp" \