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
@@ -6,7 +6,8 @@
"start": "node dist/index.js",
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build"
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"generate:oas": "yarn start run ../../../../packages/medusa/src/api --type oas && yarn start clean:oas"
},
"publishConfig": {
"access": "public"