Skip to content

Commit

Permalink
Don't open browser in pnpm test
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 8, 2023
1 parent 0a841a6 commit a368561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import child from 'child_process';
import puppeteer from 'puppeteer';

await new Promise((fulfill) => {
const runvite = child.spawn('vite', ['--port', '60173'], {
const runvite = child.spawn('vite', ['--port', '60173', '--no-open'], {
stdio: 'pipe',
});

Expand Down

0 comments on commit a368561

Please sign in to comment.