diff --git a/turbo.json b/turbo.json index 01a3157..87f9d00 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,10 @@ }, "build:prod": { "cache": false, - "dependsOn": ["^setup-contracts:mainnet"], + "dependsOn": [ + "^compile", + "@repo/contracts#check-contracts-deployment:mainnet" + ], "outputs": [".next/**", "!.next/cache/**"] }, "lint": {