Skip to content

Commit

Permalink
test fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai2k committed Sep 3, 2024
1 parent ea4a855 commit b2f8eae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/auth-service",
"version": "0.0.16",
"version": "0.0.17",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js"
Expand Down
1 change: 0 additions & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"dependencies": {
"@clerk/backend": "catalog:",
"@codemod-com/database": "workspace:*",
"@codemod-com/filemod": "workspace:*"
}
}
1 change: 1 addition & 0 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"@codemod-com/utilities": "workspace:*",
"@codemod-com/api-types": "workspace:*",
"@faker-js/faker": "catalog:",
"prisma": "catalog:",
"tsx": "^4.11.0"
Expand Down

0 comments on commit b2f8eae

Please sign in to comment.