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