fix(ci): restore extension package boundary excludes

This commit is contained in:
Vincent Koc
2026-04-29 00:56:44 -07:00
parent 1c4262ef87
commit 59a0457251
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
"./dist/**",
"./node_modules/**",
"./src/test-support/**",
"./src/**/test-support/**",
"./src/**/*test-helpers.ts",
"./src/**/*test-harness.ts",
"./src/**/*test-support.ts"

View File

@@ -14,7 +14,6 @@
"**/*test-harness.ts",
"**/*test-support.ts",
"extensions/**/src/test-support/**",
"extensions/**/src/**/test-support/**",
"test/**"
]
}