docs: move typedoc to root deps

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent acc0526fdb
commit 6aaef2743d
7 changed files with 25 additions and 17 deletions
-4
View File
@@ -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/**"]
},