We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c712da commit b941959Copy full SHA for b941959
tools/test-ecosystem/index.mjs
@@ -91,7 +91,7 @@ async function runTests(pluginKey, pluginSettings) {
91
92
// 3. Install the plugin's dependencies
93
runCommand(["pwd"]);
94
- runCommand(["ni"], { NI_AUTO_INSTALL: true });
+ runCommand(["ni"], { NI_AUTO_INSTALL: true, NI_DEFAULT_AGENT: "npm" });
95
96
// 4. Link the local ESLint into the plugin
97
runCommand(["npm", "link", "eslint"]);
0 commit comments