diff --git a/turbo.json b/turbo.json index 190298a0ca..813cdbdf6f 100644 --- a/turbo.json +++ b/turbo.json @@ -15,10 +15,7 @@ }, "test": { "outputs": [], - "dependsOn": [ - "$RUNNER_OS", - "$NODE_VERSION" - ] + "dependsOn": ["$RUNNER_OS", "$NODE_VERSION"] }, "benchmark": { "dependsOn": ["^build"],