chore: fix OAS circular dependencies (#7693)

This commit is contained in:
Shahed Nasser
2024-06-12 20:42:03 +03:00
committed by GitHub
parent 3693f61dc3
commit 7e7e6e3311
7 changed files with 29 additions and 8 deletions

View File

@@ -10,6 +10,16 @@
]
},
"lint": { },
"watch": { }
"watch": { },
"generate:references": {
"dependsOn": [
"^build"
]
},
"generate:oas": {
"dependsOn": [
"^build"
]
}
}
}