This commit is contained in:
alisaza 2026-09-05 16:36:15 +03:30
parent 76e65f4f79
commit f7c65cbfeb

View File

@ -167,9 +167,7 @@ run_frontend_quality() {
"$(hash_paths app components context hooks services lib config '*.ts' '*.tsx')" \
pnpm architecture:check
run_cached_step pwa "PWA policy" \
"$(hash_paths scripts/check-service-worker-policy.mjs public package.json '*.ts' '*.tsx')" \
pnpm pwa:check
# Admin panel is not a PWA — no public/sw.js / pwa:check (unlike consumer frontend).
run_cached_step knip "Unused code and dependencies" \
"$(hash_paths knip.json package.json pnpm-lock.yaml '*.ts' '*.tsx' '*.js' '*.jsx' '*.mjs')" \