From 66cdc7e4d0123cee4b57ec2d9bc1328339e5d9ec Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Fri, 5 Aug 2022 20:15:51 +0000 Subject: [PATCH] [ci] format --- turbo.json | 5 +---- 1 file changed, 1 insertion(+), 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"],