Skip to content

Commit

Permalink
chore: 🤖 make it all pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 18, 2024
1 parent ce89829 commit 9f7729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-tester/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (hasError) {
function runInApp(dirPath, caseName) {
return new Promise((resolve, reject) => {
const p = spawn("npm", ["run", "preview"], {
stdio: ["inherit", "pipe", "pipe"],
stdio: ["pipe", "pipe", "pipe"],
cwd: dirPath,
});

Expand Down

0 comments on commit 9f7729b

Please sign in to comment.