mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:40:43 +00:00
fix(ci): restore extension package boundary excludes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
"**/*test-harness.ts",
|
||||
"**/*test-support.ts",
|
||||
"extensions/**/src/test-support/**",
|
||||
"extensions/**/src/**/test-support/**",
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user