From dd07a851524c09208726945121180c119b255ded Mon Sep 17 00:00:00 2001 From: sripwoud Date: Wed, 8 May 2024 10:26:23 +0200 Subject: [PATCH] fix: update turbo.json --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 11b564631..7df9ba153 100644 --- a/turbo.json +++ b/turbo.json @@ -54,7 +54,7 @@ "inputs": ["packages/contracts/*.sol"] }, "test": { - "dependsOn": ["^build"], + "dependsOn": ["^build", "build"], "inputs": [ "apps/subgraph/**/*.{json,ts}", "!apps/subgraph/{build,generated}/**/*", @@ -63,7 +63,7 @@ ] }, "test:coverage": { - "dependsOn": ["^build"], + "dependsOn": ["^build", "build"], "inputs": ["packages/contracts/src/**/*.sol", "packages/contracts/test/**/*.ts"] }, "//#_test:libraries": {