We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472f70e commit 269a2afCopy full SHA for 269a2af
evals/git-evals/email-eval-results.ts
@@ -1,4 +1,4 @@
1
-import { sendBasicEmail } from '@codebuff/integrations'
+import { sendBasicEmail } from '../../packages/integrations/src'
2
import { FullEvalLog } from './types'
3
import { PostEvalAnalysis } from './post-eval-analysis'
4
evals/package.json
@@ -15,11 +15,8 @@
15
"setup-codebuff-repo": "bun run setup-codebuff-repo.ts"
16
},
17
"dependencies": {
18
- "@codebuff/integrations": "workspace:*",
19
- "@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.5",
20
"async": "^3.2.6",
21
- "lodash": "^4.17.21",
22
- "codebuff": "workspace:*"
+ "lodash": "^4.17.21"
23
24
"devDependencies": {
25
"@types/async": "^3.2.24",
0 commit comments