fix: pure data role packages use 'echo no tests' instead of 'bun test'

workflow-role-coder and workflow-role-planner have no test files —
bun test exits 1 on empty. Changed to 'echo no tests' for clean CI.

小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-06 14:33:16 +00:00
parent 2482fb7e62
commit d351343aa8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"types": "src/index.ts",
"scripts": {
"build": "echo 'TODO'",
"test": "bun test"
"test": "echo no tests"
},
"dependencies": {
"@uncaged/workflow": "workspace:*",