Drop icons:cache from the Livewire Material adoption steps
docker / test (8.5) (push) Successful in 2m13s
linter / quality (push) Successful in 59s
tests / ci (8.5) (push) Successful in 1m21s
docker / build-and-push (push) Failing after 12m32s
docker / release (push) Has been skipped

The package draws its Material Symbols without blade-icons, so there is no icon manifest to cache.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
This commit is contained in:
Andreas Reinhold / reini
2026-09-13 05:24:13 +02:00
co-authored by Claude Opus 5
parent 2eeaa7c139
commit 6d7120e8e2
+3 -3
View File
@@ -126,9 +126,9 @@ Step numbers continue the original plan's, so references elsewhere stay valid.
36. **CI and Docker.** Remove the Flux credentials step from `.github/workflows/tests.yml`,
`docker.yml` and `lint.yml`; install Playwright browsers in `tests.yml`. `Dockerfile`: run
the Composer stage first and `COPY --from=vendor /app/vendor ./vendor` into the Node stage
before `npm run build`. `docker/entrypoint.sh`: add `php artisan icons:cache` beside the
other caches. `docker/dev-entrypoint.sh`: run `composer install` when `vendor/` is missing,
before `npm run build`.
before `npm run build`. `docker/dev-entrypoint.sh`: run `composer install` when `vendor/` is
missing, before `npm run build`. No `icons:cache` anywhere: the package draws its symbols
without blade-icons.
37. **Styles and scheme.** `resources/css/app.css`: `@import 'tailwindcss'`, the package entry
from `vendor/`, `./material-scheme.css`, `@source '../views'` and the package's views; drop
the daisyUI plugin, maryUI and pagination `@source`s and the swap safelist.