Skip to content

Commit

Permalink
tools: remove obsolete npm test-legacy command
Browse files Browse the repository at this point in the history
PR-URL: #5988
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
zkat authored and Myles Borins committed May 5, 2016
1 parent 3e99ee1 commit 810fb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
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 810fb21

Please sign in to comment.