Skip to content

Commit afe6f98

Browse files
committed
chore: update turbo config
1 parent 786533c commit afe6f98

File tree

1 file changed

+38
-39
lines changed

1 file changed

+38
-39
lines changed

turbo.json

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,20 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"pipeline": {
4+
"// build //": {},
5+
"// prepare:type //": {},
46
"// stub //": {},
5-
"dev": {
6-
"cache": false,
7-
"persistent": true
8-
},
9-
"stub": {
10-
"cache": false
11-
},
12-
"@vue/devtools-electron#stub": {
13-
"cache": false,
14-
"dependsOn": [
15-
"@vue/devtools-client#stub",
16-
"^stub"
17-
]
18-
},
197
"@vue/devtools#stub": {
208
"cache": false,
219
"dependsOn": [
2210
"@vue/devtools-electron#stub"
2311
]
2412
},
25-
"// build //": {},
26-
"build": {
13+
"@vue/devtools-applet#stub": {
14+
"cache": false,
2715
"dependsOn": [
28-
"^build"
29-
],
30-
"outputs": [
31-
"dist/**/*.?{c|m}js",
32-
"dist/**/*.d.ts"
33-
]
34-
},
35-
"@vue/devtools-ui#build": {
36-
"dependsOn": ["^build"],
37-
"outputs": [
38-
"dist/index.?{c|m}js",
39-
"dist/theme.?{c|m}js",
40-
"dist/types/**/*.d.ts"
16+
"@vue/devtools-kit#stub",
17+
"^stub"
4118
]
4219
},
4320
"@vue/devtools-browser-extension#build": {
@@ -70,34 +47,56 @@
7047
"dist/{app|cli|index|devtools|user-app}.d.ts"
7148
]
7249
},
73-
"vite-plugin-vue-devtools#build": {
50+
"@vue/devtools-electron#stub": {
51+
"cache": false,
52+
"dependsOn": [
53+
"@vue/devtools-client#stub",
54+
"^stub"
55+
]
56+
},
57+
"@vue/devtools-ui#build": {
7458
"dependsOn": [
75-
"@vue/devtools-client#build",
7659
"^build"
7760
],
7861
"outputs": [
79-
"dist/**/*.d.ts",
80-
"dist/**/*.?{c|m}js"
62+
"dist/index.?{c|m}js",
63+
"dist/theme.?{c|m}js",
64+
"dist/types/**/*.d.ts"
8165
]
8266
},
83-
"// prepare:type //": {},
84-
"prepare:type": {
67+
"build": {
8568
"dependsOn": [
86-
"^prepare:type"
69+
"^build"
8770
],
8871
"outputs": [
72+
"dist/**/*.?{c|m}js",
8973
"dist/**/*.d.ts"
9074
]
9175
},
92-
"@vue/devtools-applet#prepare:type": {
76+
"dev": {
77+
"cache": false,
78+
"persistent": true
79+
},
80+
"prepare:type": {
9381
"dependsOn": [
94-
"@vue/devtools-ui#build",
95-
"@vue/devtools-core#build",
9682
"^prepare:type"
9783
],
9884
"outputs": [
9985
"dist/**/*.d.ts"
10086
]
87+
},
88+
"stub": {
89+
"cache": false
90+
},
91+
"vite-plugin-vue-devtools#build": {
92+
"dependsOn": [
93+
"@vue/devtools-client#build",
94+
"^build"
95+
],
96+
"outputs": [
97+
"dist/**/*.d.ts",
98+
"dist/**/*.?{c|m}js"
99+
]
101100
}
102101
}
103102
}

0 commit comments

Comments
 (0)