Skip to content

Commit 1a96f53

Browse files
committed
fix: format turbo.json for improved readability
1 parent bac8b57 commit 1a96f53

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

turbo.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
"dependsOn": ["^build"],
66
"outputs": ["dist/**", "out/**"]
77
},
8-
"dev": {
9-
"cache": false
10-
},
118
"check": {
129
"dependsOn": ["^build"]
1310
},
14-
"test": {},
15-
"ci:version": {},
11+
"ci:package": {},
1612
"ci:update": {
1713
"outputs": ["packages/vscode-extension/src/apis.ts"]
18-
}
14+
},
15+
"ci:version": {},
16+
"dev": {
17+
"cache": false
18+
},
19+
"test": {}
1920
}
2021
}

0 commit comments

Comments
 (0)