We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47c2be commit fe84a3aCopy full SHA for fe84a3a
1 file changed
evals/buffbench/eval-codebuff.json
@@ -8,7 +8,7 @@
8
"binPath": "bin/bun"
9
}
10
],
11
- "initCommand": "bun install",
+ "initCommand": "bun install && git checkout -- bun.lock",
12
"finalCheckCommands": ["bun run typecheck", "bun run test"],
13
"env": {
14
"ANTHROPIC_API_KEY": "test-key",
0 commit comments