mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build(docs): enable headless mode
This commit is contained in:
parent
9f09d893da
commit
f68d38b7ce
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const app = polka()
|
|||
process.exit(1);
|
||||
}
|
||||
|
||||
const browser = await playwright.launchChromium();
|
||||
const browser = await playwright.launchChromium({ headless: true });
|
||||
const context = await browser.newContext();
|
||||
const page = await context.newPage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue