diff --git a/turbo.json b/turbo.json index 18325e5630..f33c9656f2 100644 --- a/turbo.json +++ b/turbo.json @@ -7,8 +7,7 @@ "outputs": ["dist/**", "lib/**"] }, "test": { - /* TODO remove once near-api-js tests are removed or packages/accounts/tests gets its own set of keys */ - "dependsOn": ["^test"], + "dependsOn": [], "inputs": ["src/**/*.ts", "test/**/*.js"] }, "lint": {