Skip to content

Commit 269a2af

Browse files
committed
fix: attempt to pull function directly from package, so we don't need to build
1 parent 472f70e commit 269a2af

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

evals/git-evals/email-eval-results.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sendBasicEmail } from '@codebuff/integrations'
1+
import { sendBasicEmail } from '../../packages/integrations/src'
22
import { FullEvalLog } from './types'
33
import { PostEvalAnalysis } from './post-eval-analysis'
44

evals/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
"setup-codebuff-repo": "bun run setup-codebuff-repo.ts"
1616
},
1717
"dependencies": {
18-
"@codebuff/integrations": "workspace:*",
19-
"@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.5",
2018
"async": "^3.2.6",
21-
"lodash": "^4.17.21",
22-
"codebuff": "workspace:*"
19+
"lodash": "^4.17.21"
2320
},
2421
"devDependencies": {
2522
"@types/async": "^3.2.24",

0 commit comments

Comments
 (0)