ci: fix building before generating docs

This commit is contained in:
iCrawl
2022-06-30 15:56:07 +02:00
parent b2776c22d4
commit ce9afbb8e4
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "docs/docs.json"]
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^build"],
@@ -19,7 +19,7 @@
},
"docs": {
"dependsOn": ["^build"],
"outputs": ["docs/docs.json"]
"outputs": ["docs/docs.json", "docs/docs.api.json"]
},
"changelog": {
"dependsOn": ["^build"],