chore: fix OAS circular dependencies (#7693)

This commit is contained in:
Shahed Nasser
2024-06-12 19:42:03 +02:00
committed by GitHub
parent 3693f61dc3
commit 7e7e6e3311
7 changed files with 29 additions and 8 deletions
+3 -1
View File
@@ -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",