Skip to content

Commit 2d21cff

Browse files
stack72claude
andcommitted
fix: add evals/promptfoo as workspace member for Deno compatibility
Deno requires all package.json files under the workspace root to be listed as workspace members, even if excluded from lint/fmt/test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 04198af commit 2d21cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"license": "AGPL-3.0-only",
55
"exports": "./main.ts",
6-
"workspace": ["packages/client", "packages/testing"],
6+
"workspace": ["packages/client", "packages/testing", "evals/promptfoo"],
77
"tasks": {
88
"dev": "deno run --unstable-bundle --allow-read --allow-write --allow-env --allow-run --allow-sys main.ts",
99
"test": "deno test --unstable-bundle --allow-read --allow-write --allow-env --allow-run --allow-net --allow-sys",

0 commit comments

Comments
 (0)