Skip to content

Commit fb2a79a

Browse files
Update test/index.pw.test.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 18dd62c commit fb2a79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.pw.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test('should run dev succeed', async ({ page }) => {
1515
let serverStarted = false;
1616

1717
const child = spawn(
18-
process.platform === 'win32' ? 'npm.cmd' : 'npm',
18+
process.platform === 'win32' ? 'pnpm.cmd' : 'pnpm',
1919
['run', 'dev'],
2020
{
2121
cwd,

0 commit comments

Comments
 (0)