chore: fix OAS circular dependencies (#7693)
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
]
|
||||
},
|
||||
"lint": { },
|
||||
"watch": { }
|
||||
"watch": { },
|
||||
"generate:references": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"generate:oas": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user