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

View File

@@ -97,7 +97,7 @@ jobs:
- name: Run docblock generator
if: steps.check-commit.outputs.is_release_commit == 'true'
run: "yarn start run ../../../packages/medusa/src/api-v2 --type oas && yarn start clean:oas"
run: "yarn start run ../../../../packages/medusa/src/api-v2 --type oas && yarn start clean:oas"
working-directory: www/utils/packages/docblock-generator
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}