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 489a231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 37 deletions.
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
40 changes: 4 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 489a231

Please sign in to comment.