We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c1831 commit 91dfb5eCopy full SHA for 91dfb5e
tools/test-npm.sh
@@ -30,7 +30,8 @@ export npm_config_tmp="npm-tmp"
30
31
# install npm devDependencies and run npm's tests
32
../$NODE_EXE cli.js install --ignore-scripts
33
-../$NODE_EXE cli.js run-script test-all
+../$NODE_EXE cli.js run-script test-legacy
34
+../$NODE_EXE cli.js run-script test
35
36
# clean up everything one single shot
37
cd .. && rm -rf test-npm
0 commit comments