Skip to content

Commit b2db3ea

Browse files
authored
chore(docs): fix build step (#6188)
* chore(docs): fix build step temporarily * fix: turbo docs build
1 parent 3865e44 commit b2db3ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
33
"pipeline": {
4+
"docs#build": {
5+
"dependsOn": ["^build"]
6+
},
47
"build": {
58
"dependsOn": ["^build"]
69
},

0 commit comments

Comments
 (0)