Skip to content

Commit 8196537

Browse files
committed
Update manifold eval with initCommand + finalCheckCommands
1 parent 1f916a7 commit 8196537

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

evals/buffbench/eval-manifold.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"repoUrl": "https://github.com/manifoldmarkets/manifold",
33
"generationDate": "2025-10-12T19:12:52.933Z",
4+
"initCommand": "yarn install && git checkout -- yarn.lock",
5+
"finalCheckCommands": [
6+
"yarn --cwd common tsc --noEmit",
7+
"yarn --cwd backend/api compile",
8+
"yarn --cwd backend/scheduler compile",
9+
"yarn --cwd backend/shared build",
10+
"yarn --cwd web tsc --noEmit"
11+
],
412
"evalCommits": [
513
{
614
"id": "unify-ai-prompts",
@@ -1664,4 +1672,4 @@
16641672
]
16651673
}
16661674
]
1667-
}
1675+
}

0 commit comments

Comments
 (0)