Skip to content

Commit

Permalink
fix: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 22, 2024
1 parent ec61296 commit 32c7c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run Evals
id: evals
run: yarn tsx ./evals/llm.evals.ts
run: yarn eval

- name: Add Evals Report to Github Comment
if: always()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:lint": "eslint --fix .",
"format:prettier": "prettier --write .",
"format:cspell": "cspell **/*",
"eval": "braintrust eval evals",
"eval": "tsx evals/llm.eval.ts",
"knip": "knip --config .github/knip.ts",
"knip-ci": "knip --no-exit-code --reporter json --config .github/knip.ts",
"prepare": "husky install",
Expand Down

0 comments on commit 32c7c95

Please sign in to comment.