mirror of
https://github.com/Screenly/Anthias.git
synced 2026-06-13 10:44:18 -04:00
* fix(ci): symlink bunx alongside bun in install script The pinned-version install script only laid down /usr/local/bin/bun, but bun dispatches on argv[0] and the upstream bun.sh/install script also creates a `bunx` symlink. Without it, scripts that invoke `bunx` (e.g. website/package.json's css:build calling `bunx @tailwindcss/cli`) fail with "bunx: command not found", which has been breaking the Anthias.screenly.io deploy since #2854 landed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix(ci): correct comment — bunx symlink comes from setup-bun The previous commit message and inline comment attributed the bunx symlink to bun.sh/install. That's wrong: the upstream installer only lays down `bun`. The shim came from oven-sh/setup-bun, the action this script replaced. Same fix, accurate provenance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>