chore: fix OAS circular dependencies (#7693)
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"watch": "turbo run watch",
|
||||
"lint": "turbo run lint"
|
||||
"lint": "turbo run lint",
|
||||
"generate:references": "turbo run generate:references",
|
||||
"generate:oas": "turbo run generate:oas"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.0",
|
||||
|
||||
Reference in New Issue
Block a user