Browse Source

tools: remove obsolete npm test-legacy command

PR-URL: https://github.com/nodejs/node/pull/5988
Reviewed-By: Myles Borins <myles.borins@gmail.com>
v0.12-staging
Kat Marchán 9 years ago
committed by Myles Borins
parent
commit
810fb211a7
  1. 1
      Makefile

1
Makefile

@ -169,7 +169,6 @@ test-npm: node
cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
npm_config_prefix="$(shell pwd)/npm-prefix" \
npm_config_tmp="$(shell pwd)/npm-tmp" \
PATH="../../:${PATH}" node cli.js run-script test-legacy && \
PATH="../../:${PATH}" node cli.js run-script test && \
PATH="../../:${PATH}" node cli.js prune --prod && \
cd ../.. && \

Loading…
Cancel
Save