From 860b22c1f0080f8a7a9c9cbcd3d535ba2aa400ad Mon Sep 17 00:00:00 2001 From: Dan Rusnac Date: Fri, 13 Dec 2024 13:01:28 +0100 Subject: [PATCH] fix: build --- turbo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": {