diff --git a/packages/workflow-role-coder/package.json b/packages/workflow-role-coder/package.json index c70d800..eaaa949 100644 --- a/packages/workflow-role-coder/package.json +++ b/packages/workflow-role-coder/package.json @@ -6,7 +6,7 @@ "types": "src/index.ts", "scripts": { "build": "echo 'TODO'", - "test": "bun test" + "test": "echo no tests" }, "dependencies": { "@uncaged/workflow": "workspace:*", diff --git a/packages/workflow-role-planner/package.json b/packages/workflow-role-planner/package.json index a9f9fc4..b94dacf 100644 --- a/packages/workflow-role-planner/package.json +++ b/packages/workflow-role-planner/package.json @@ -6,7 +6,7 @@ "types": "src/index.ts", "scripts": { "build": "echo 'TODO'", - "test": "bun test" + "test": "echo no tests" }, "dependencies": { "@uncaged/workflow": "workspace:*",