docs: move typedoc to root deps
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"baseBranch": "origin/master",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build", "types", "theme"],
|
||||
@@ -11,9 +10,6 @@
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"typedoc": {
|
||||
"outputs": ["typedocs/**"]
|
||||
},
|
||||
"theme": {
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user