We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26c854 commit def5e8eCopy full SHA for def5e8e
turbo.json
@@ -2,17 +2,28 @@
2
"$schema": "https://turbo.build/schema.json",
3
"tasks": {
4
"build": {
5
- "dependsOn": ["^build"]
+ "dependsOn": [
6
+ "^build"
7
+ ]
8
},
9
"build:docs": {
10
+ "outputs": [
11
+ "**/dist/**",
12
+ "**/.vitepress/dist/**",
13
+ "**/.vuepress/dist/**"
14
+ ],
15
16
17
18
19
"docs:update-package": {
20
"cache": false,
21
"dependsOn": []
22
23
"clear": {
- "dependsOn": ["^clear"]
24
25
+ "^clear"
26
27
}
28
-}
29
+}
0 commit comments