mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
build(docs): add additional flags for debugging
This commit is contained in:
parent
9ac3b30545
commit
9f21c6b4cb
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"build": "run-s build:*",
|
"build": "run-s build:*",
|
||||||
"build:routify": "routify run -b",
|
"build:routify": "routify run -b",
|
||||||
"build:svite": "svite build",
|
"build:svite": "svite build",
|
||||||
"postbuild": "node scripts/postbuild"
|
"postbuild": "DEBUG=pw:api node scripts/postbuild"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltech/routify": "^1.9.9",
|
"@sveltech/routify": "^1.9.9",
|
||||||
|
|
|
@ -43,6 +43,7 @@ const app = polka()
|
||||||
|
|
||||||
const browser = await chromium.launch({
|
const browser = await chromium.launch({
|
||||||
headless: true,
|
headless: true,
|
||||||
|
chromiumSandbox: false,
|
||||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||||
});
|
});
|
||||||
const context = await browser.newContext();
|
const context = await browser.newContext();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue