Skip to content

Commit 379ca77

Browse files
committed
fix windows
1 parent 030778c commit 379ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-platform/web-mcp-server/test/test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ client.connect(
2121
);
2222
// now create rsbuild dev server
2323
const reactLynxExampleRoot = path.join(__dirname, '../../../../examples/react');
24-
const rspeedy = spawn('npx', ['pnpm', 'dev'], {
24+
const rspeedy = spawn('pnpm', ['dev'], {
2525
cwd: reactLynxExampleRoot,
2626
stdio: 'ignore',
2727
});

0 commit comments

Comments
 (0)