deps: don't build docs on 'make npm-test'
PR-URL: https://github.com/iojs/io.js/pull/318 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Родитель
5165d71048
Коммит
f468e5f1ec
2
Makefile
2
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" \
|
||||
|
|
Загрузка…
Ссылка в новой задаче