diff --git a/package.json b/package.json index ba7a5e1f..5f5aba7a 100644 --- a/package.json +++ b/package.json @@ -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:*", diff --git a/turbo.json b/turbo.json index c9896d09..56b6c631 100644 --- a/turbo.json +++ b/turbo.json @@ -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"] @@ -33,4 +33,4 @@ "inputs": ["dist/**"] } } -} +} \ No newline at end of file