Skip to content

Fixes HCL color interpolation#195

Merged
gampleman merged 3 commits into
masterfrom
fix-hcl
Jun 15, 2026
Merged

Fixes HCL color interpolation#195
gampleman merged 3 commits into
masterfrom
fix-hcl

Conversation

@gampleman

Copy link
Copy Markdown
Owner

Fixes #151.

The docs build screenshots examples with puppeteer, which needs a Chrome
binary. Puppeteer downloads it in a postinstall hook, but Netlify caches
node_modules and skips postinstall when the lockfile is unchanged, so Chrome
was missing on most builds ("Could not find Chrome").

Install chrome-headless-shell explicitly before building, and persist it via a
repo-local PUPPETEER_CACHE_DIR that netlify-plugin-cache restores across
deploys.
@gampleman gampleman merged commit 7b042ea into master Jun 15, 2026
6 checks passed
@gampleman gampleman deleted the fix-hcl branch June 15, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HCL interpolation behaves strangely with grey

1 participant