Skip to content

Commit 504417e

Browse files
alexcamboseaditya520
authored andcommitted
test
1 parent 306db6f commit 504417e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/developer-hub/turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"DISABLE_ACCESSIBILITY_REPORTING"
1111
]
1212
},
13+
"generate:docs": {
14+
"dependsOn": ["//#install:modules", "^build"],
15+
"outputs": ["content/docs/api-reference/**"]
16+
},
1317
"fix:lint": {
1418
"dependsOn": [
1519
"//#install:modules",

turbo.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@
131131
},
132132
"test:integration": {
133133
"dependsOn": ["//#install:modules", "^build"]
134-
},
135-
"generate:docs": {
136-
"dependsOn": ["//#install:modules"]
137134
}
138135
}
139136
}

0 commit comments

Comments
 (0)