Skip to content

Commit

Permalink
chore: Update Turbo to 2.3.1 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetanotheraryan authored Nov 27, 2024
1 parent 58d96e5 commit 3a63823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
"tsconfig-paths": "^4.2.0",
"turbo": "^1.12.4"
"turbo": "^2.3.1"
},
"dependencies": {
"@keyshade/api-client": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"env": ["NEXT_PUBLIC_BACKEND_URL"]
"inputs": ["NEXT_PUBLIC_BACKEND_URL"]
},
"build#cli": {
"dependsOn": ["build#api-client"]
Expand Down Expand Up @@ -33,4 +33,4 @@
"inputs": ["dist/**"]
}
}
}
}

0 comments on commit 3a63823

Please sign in to comment.