diff options
author | 2022-08-05 20:15:51 +0000 | |
---|---|---|
committer | 2022-08-05 20:15:51 +0000 | |
commit | 66cdc7e4d0123cee4b57ec2d9bc1328339e5d9ec (patch) | |
tree | 183ab53967f553cc0c4947d378f6b7c94cc864fe | |
parent | 778a4d2af1780ab51d3a7393239451da11da7fe1 (diff) | |
download | astro-66cdc7e4d0123cee4b57ec2d9bc1328339e5d9ec.tar.gz astro-66cdc7e4d0123cee4b57ec2d9bc1328339e5d9ec.tar.zst astro-66cdc7e4d0123cee4b57ec2d9bc1328339e5d9ec.zip |
[ci] format
-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"], |