Files
CanbiZ (MickLesk) 30fdd3ae66 fix(linkwarden): remove broken npx playwright install commands
Linkwarden's apps/web/package.json has a postinstall hook that runs
'playwright install --with-deps chromium' automatically during yarn
install. The explicit 'npx playwright install-deps' and
'npx playwright install' are redundant and break under Yarn 4 PnP,
where npx gets intercepted by Yarn's command resolution resulting in:
  Usage Error: Couldn't find a script named 'playwright'.

Fixes #12586
2026-03-05 15:10:46 +01:00
..
2026-03-04 10:26:34 +01:00
2026-03-05 13:50:20 +01:00