diff options
-rw-r--r-- | turbo.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/turbo.json b/turbo.json index 190298a0c..813cdbdf6 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"], |