chore(knip): drop the stale playwright ignore for the deleted hero script

The root-scripts workspace ignore existed only for
scripts/hero-composer-dom-continuity.mjs; apps/web declares its own
playwright dependency for the e2e lane.
This commit is contained in:
creatixchu
2026-08-07 14:54:07 +08:00
parent 40ee7f5e27
commit b7fe3de8f1

View File

@@ -27,9 +27,6 @@
"scripts/**/*.ts",
"scripts/**/*.mjs",
"scripts/**/*.cjs"
],
"ignoreDependencies": [
"playwright"
]
},
"examples": {