Skip to content

Commit

Permalink
Attempted fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 3, 2024
1 parent 0b1a793 commit 0c89261
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
3 changes: 1 addition & 2 deletions packages/evalite-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
],
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"test": "vitest run --passWithNoTests"
"build": "tsc"
},
"exports": {
".": "./dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/evalite-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"evalite": "workspace:*"
"evalite": "workspace:*",
"strip-ansi": "^7.1.0"
}
}
2 changes: 0 additions & 2 deletions packages/evalite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
},
"devDependencies": {
"@types/ws": "^8.5.13",
"strip-ansi": "^7.1.0",
"@types/js-levenshtein": "^1.1.3",
"unstorage": "^1.13.1",
"ai": "^4.0.10",
"autoevals": "^0.0.108"
Expand Down
14 changes: 3 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c89261

Please sign in to comment.