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 030778c commit 379ca77Copy full SHA for 379ca77
packages/web-platform/web-mcp-server/test/test.spec.ts
@@ -21,7 +21,7 @@ client.connect(
21
);
22
// now create rsbuild dev server
23
const reactLynxExampleRoot = path.join(__dirname, '../../../../examples/react');
24
-const rspeedy = spawn('npx', ['pnpm', 'dev'], {
+const rspeedy = spawn('pnpm', ['dev'], {
25
cwd: reactLynxExampleRoot,
26
stdio: 'ignore',
27
});
0 commit comments