Skip to content

Commit c0b800c

Browse files
committed
Fix knip error
1 parent 216afd5 commit c0b800c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

knip.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ const config: KnipConfig = {
1515
// Pro package binaries used in Pro workflows
1616
'playwright',
1717
'e2e-test',
18+
// Local binaries
19+
'bin/.*',
20+
'spec/performance/bench.sh',
1821
],
1922
ignore: ['react_on_rails_pro/**'],
2023
ignoreDependencies: [

0 commit comments

Comments
 (0)