Commit 5eb4541
Exclude binaries check from knip to fix CI build
Knip doesn't have a GitHub Actions plugin, so it reports binaries
referenced in workflow files as "unlisted binaries" errors. Since
build:test and test:e2e are legitimate package.json scripts used
in the Playwright workflow, we exclude the binaries check.
Changes:
- Add --exclude binaries flag to both knip commands in CI
- This allows knip to check for dead code, dependencies, and exports
while ignoring the expected unlisted binaries warning
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 59ae12c commit 5eb4541
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments