chore(goal): remove retired e2e dependencies

This commit is contained in:
Tianyi Cui
2026-07-20 17:35:01 +08:00
parent 15640ca697
commit 23330b7a7d
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/goal/tool-goal": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"entry": ["tests/**/*.spec.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/code-runtime/code-runtime-worker": {