Skip to content

Commit 72bff18

Browse files
Ignore playwright and e2e-test binaries in knip config
These binaries are referenced in Pro workflow files (.github/workflows/pro-integration-tests.yml) but exist in the Pro package's dummy app (react_on_rails_pro/spec/dummy/package.json), not in the main package. Added to ignoreBinaries in root workspace to prevent knip errors: - playwright - e2e-test
1 parent 4da67e9 commit 72bff18

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
@@ -11,6 +11,9 @@ const config: KnipConfig = {
1111
// Has to be installed globally
1212
'yalc',
1313
'nps',
14+
// Pro package binaries used in Pro workflows
15+
'playwright',
16+
'e2e-test',
1417
],
1518
ignore: ['react_on_rails_pro/**'],
1619
ignoreDependencies: [

0 commit comments

Comments
 (0)