File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 "clean" : " turbo clean --log-order grouped --output-logs new-only && rimraf dist out bin .vite-port .turbo" ,
2222 "changeset:version" : " cp CHANGELOG.md src/CHANGELOG.md && changeset version && cp -vf src/CHANGELOG.md ." ,
2323 "knip" : " knip --include files" ,
24- "update-contributors" : " node scripts/update-contributors.js"
24+ "update-contributors" : " node scripts/update-contributors.js" ,
25+ "evals" : " docker compose -f packages/evals/docker-compose.yml --profile server --profile runner up --build --scale runner=0"
2526 },
2627 "devDependencies" : {
2728 "@changesets/cli" : " ^2.27.10" ,
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ echo "✅ Done"
336336
337337if [[ ! -d " ../../../evals" ]]; then
338338 echo -n " 🔗 Cloning evals repository... "
339- git clone https://github.com/RooCodeInc/Roo-Code-Evals.git evals ../../../evals || exit 1
339+ git clone https://github.com/RooCodeInc/Roo-Code-Evals.git ../../../evals || exit 1
340340 echo " ✅ Done"
341341else
342342 echo -n " 🔄 Updating evals repository... "
You can’t perform that action at this time.
0 commit comments