Skip to content

Commit

Permalink
fix: windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Nov 6, 2024
1 parent b832811 commit d3a9bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export async function run(
return new Promise((resolve, reject) => {
const child = spawn(windowsifyCommand('pnpm'), ['generate'], {
cwd,
stdio
stdio,
shell: true
});
let terminalOutput = '';

Expand Down

0 comments on commit d3a9bb3

Please sign in to comment.