Skip to content

Commit

Permalink
deps: don't build docs on 'make npm-test'
Browse files Browse the repository at this point in the history
PR-URL: nodejs#318
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
othiym23 authored and bnoordhuis committed Jan 13, 2015
1 parent 5165d71 commit f468e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit f468e5f

Please sign in to comment.