Skip to content

Commit

Permalink
pre-install chrome for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 23, 2025
1 parent d6e7f09 commit 5d1dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "public/"
command = "yarn build"
command = "npx puppeteer browsers install chrome && yarn build"

[build.processing]
skip_processing = true
Expand Down

0 comments on commit 5d1dc39

Please sign in to comment.