Skip to content

Commit e03a929

Browse files
zkatjasnell
authored andcommitted
tools: update test-npm.sh paths
PR-URL: #12936 Reviewed-By: Anna Henningsen <[email protected]>
1 parent 50af2b9 commit e03a929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/test-npm.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ export PATH="$(../$NODE -p 'require("path").resolve("..")'):$PATH"
3333
unset NODE
3434

3535
# make sure the binaries from the non-dev-deps are available
36-
node cli.js rebuild
36+
node bin/npm-cli.js rebuild
3737
# install npm devDependencies and run npm's tests
38-
node cli.js install --ignore-scripts
38+
node bin/npm-cli.js install --ignore-scripts --no-save
3939
# run the tests
40-
node cli.js run-script test-node
40+
node bin/npm-cli.js run-script test-node
4141

4242
# clean up everything one single shot
4343
cd .. && rm -rf test-npm

0 commit comments

Comments
 (0)