fix(code-runtime): track generated runner source

This commit is contained in:
Tianyi Cui
2026-08-08 21:27:58 +08:00
parent 68ccf50a77
commit e8409cf928
3 changed files with 16 additions and 11 deletions
+1
View File
@@ -385,6 +385,7 @@
},
"packages/code-runtime/code-runtime-subprocess": {
"entry": [
"src/runner.ts",
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
],