Skip to content

Commit

Permalink
Install Chrome in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Aug 28, 2024
1 parent 3c72133 commit e258c8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For previews, we publish an unbuilt version of the website
[build]
publish = "technical-reports/"
command = "npm run build"
command = "npx puppeteer browsers install chrome && npm run build"
[build.processing]
skip_processing = false
[build.processing.css]
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"live-server": "^1.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"puppeteer": "^22.15.0",
"respec": "^35.1.1"
},
"scripts": {
Expand Down

0 comments on commit e258c8e

Please sign in to comment.