Skip to content

Commit 810fb21

Browse files
zkatMyles Borins
authored and
Myles Borins
committed
tools: remove obsolete npm test-legacy command
PR-URL: #5988 Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 3e99ee1 commit 810fb21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ test-npm: node
169169
cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
170170
npm_config_prefix="$(shell pwd)/npm-prefix" \
171171
npm_config_tmp="$(shell pwd)/npm-tmp" \
172-
PATH="../../:${PATH}" node cli.js run-script test-legacy && \
173172
PATH="../../:${PATH}" node cli.js run-script test && \
174173
PATH="../../:${PATH}" node cli.js prune --prod && \
175174
cd ../.. && \

0 commit comments

Comments
 (0)