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 306db6f commit 504417eCopy full SHA for 504417e
apps/developer-hub/turbo.json
@@ -10,6 +10,10 @@
10
"DISABLE_ACCESSIBILITY_REPORTING"
11
]
12
},
13
+ "generate:docs": {
14
+ "dependsOn": ["//#install:modules", "^build"],
15
+ "outputs": ["content/docs/api-reference/**"]
16
+ },
17
"fix:lint": {
18
"dependsOn": [
19
"//#install:modules",
turbo.json
@@ -131,9 +131,6 @@
131
132
"test:integration": {
133
"dependsOn": ["//#install:modules", "^build"]
134
- },
135
- "generate:docs": {
136
- "dependsOn": ["//#install:modules"]
137
}
138
139
0 commit comments