Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
tools: remove obsolete npm test-legacy command
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#5988
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
zkat authored and jBarz committed Nov 4, 2016
1 parent 0554850 commit ad888ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../.. && \
Expand Down

0 comments on commit ad888ea

Please sign in to comment.