diff --git a/tools/test-npm.sh b/tools/test-npm.sh index 51a2a5225a6929..421bdc207b96e2 100755 --- a/tools/test-npm.sh +++ b/tools/test-npm.sh @@ -33,11 +33,11 @@ export PATH="$(../$NODE -p 'require("path").resolve("..")'):$PATH" unset NODE # make sure the binaries from the non-dev-deps are available -node cli.js rebuild +node bin/npm-cli.js rebuild # install npm devDependencies and run npm's tests -node cli.js install --ignore-scripts +node bin/npm-cli.js install --ignore-scripts --no-save # run the tests -node cli.js run-script test-node +node bin/npm-cli.js run-script test-node # clean up everything one single shot cd .. && rm -rf test-npm