From f924ff3cca5d3beaae8d0e2b7c599a0874bc3bdf Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 08:40:44 -0400 Subject: [PATCH] Trying to fix chromium issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a12b65..4d829a0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Markdown version of my resume.", "main": "render.js", "scripts": { - "build": "md-to-pdf --config-file config.js Resume.md", + "build": "md-to-pdf --config-file config.js --launch-options '{ \"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\"] }' Resume.md", "dev": "md-to-pdf --config-file config.js --devtools Resume.md" }, "repository": {