Skip to content

Commit 955fec7

Browse files
committed
fix build errors
1 parent 3e0d3b4 commit 955fec7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@prisma/client": "6.2.1",
28+
"@sourcebot/logger": "workspace:*",
2829
"@types/readline-sync": "^1.4.8",
29-
"readline-sync": "^1.4.10",
30-
"@sourcebot/logger": "workspace:*"
30+
"readline-sync": "^1.4.10"
3131
}
3232
}

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5814,6 +5814,7 @@ __metadata:
58145814
resolution: "@sourcebot/db@workspace:packages/db"
58155815
dependencies:
58165816
"@prisma/client": "npm:6.2.1"
5817+
"@sourcebot/logger": "workspace:*"
58175818
"@types/argparse": "npm:^2.0.16"
58185819
"@types/readline-sync": "npm:^1.4.8"
58195820
argparse: "npm:^2.0.1"
@@ -5947,6 +5948,7 @@ __metadata:
59475948
"@sourcebot/crypto": "workspace:*"
59485949
"@sourcebot/db": "workspace:*"
59495950
"@sourcebot/error": "workspace:*"
5951+
"@sourcebot/logger": "workspace:*"
59505952
"@sourcebot/schemas": "workspace:*"
59515953
"@ssddanbrown/codemirror-lang-twig": "npm:^1.0.0"
59525954
"@stripe/react-stripe-js": "npm:^3.1.1"

0 commit comments

Comments
 (0)