Skip to content

Commit e49bff0

Browse files
Updated package.json file to fix chrome rendering.
1 parent d237bf8 commit e49bff0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build:all": "npm run build:html && npm run build:pdf && npm run build:pp",
7+
"build:all": "npm run build:html --no-sandbox && npm run build:pdf && npm run build:pp",
88
"build:html": "marp",
99
"build:pdf": "marp --pdf",
1010
"build:pp": "marp --pptx",

0 commit comments

Comments
 (0)