fix(medusa-oas-cli, oas-github-ci): updated paths to docs directories following monorepo reorganization (#7245)

* fix(medusa-oas-cli, oas-github-ci): updated paths to docs directories following monorepo reorganization

* revert change to workspaces

* change oas in workspaces

* revert change in test script
This commit is contained in:
Shahed Nasser
2024-05-06 16:15:38 +03:00
committed by GitHub
parent 4e12168dbd
commit 651b953db7
9 changed files with 2168 additions and 225 deletions
@@ -16,7 +16,7 @@ import execa from "execa"
* For now, we only use it if the --v2 flag it passed to the CLI tool.
*/
const oasOutputPath = path.resolve(
__dirname, "..", "..", "..", "..", "docs-util", "oas-output"
__dirname, "..", "..", "..", "..", "..", "..", "www", "utils", "generated", "oas-output"
)
const basePath = path.resolve(__dirname, `../../`)