We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac8b57 commit 1a96f53Copy full SHA for 1a96f53
1 file changed
turbo.json
@@ -5,16 +5,17 @@
5
"dependsOn": ["^build"],
6
"outputs": ["dist/**", "out/**"]
7
},
8
- "dev": {
9
- "cache": false
10
- },
11
"check": {
12
"dependsOn": ["^build"]
13
14
- "test": {},
15
- "ci:version": {},
+ "ci:package": {},
16
"ci:update": {
17
"outputs": ["packages/vscode-extension/src/apis.ts"]
18
- }
+ },
+ "ci:version": {},
+ "dev": {
+ "cache": false
19
+ "test": {}
20
}
21
0 commit comments