Skip to content

Commit 5243d5b

Browse files
mrtysnclaude
andcommitted
Fix react-snap build in CI with puppeteer sandbox flags
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 78f328f commit 5243d5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Mert_Yasin_CV.pdf

0 Bytes
Binary file not shown.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@
3838
"puppeteer": "^24.16.1",
3939
"react-snap": "^1.23.0"
4040
},
41-
"homepage": "https://mrtysn.github.io/cv"
41+
"homepage": "https://mrtysn.github.io/cv",
42+
"reactSnap": {
43+
"puppeteerArgs": [
44+
"--no-sandbox",
45+
"--disable-setuid-sandbox",
46+
"--disable-dev-shm-usage"
47+
]
48+
}
4249
}

0 commit comments

Comments
 (0)