chore(docs): fix build step (#6188)

* chore(docs): fix build step temporarily

* fix: turbo docs build
This commit is contained in:
Nico Domino
2022-12-27 01:10:38 +01:00
committed by GitHub
parent 3865e44c1e
commit b2db3eabee

View File

@@ -1,6 +1,9 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"docs#build": {
"dependsOn": ["^build"]
},
"build": {
"dependsOn": ["^build"]
},