fix(code-runtime): track generated runner source

This commit is contained in:
Tianyi Cui
2026-07-30 02:27:12 +08:00
parent 68ccf50a77
commit e8409cf928
3 changed files with 16 additions and 11 deletions

View File

@@ -385,6 +385,7 @@
},
"packages/code-runtime/code-runtime-subprocess": {
"entry": [
"src/runner.ts",
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
],