Skip to content

Commit

Permalink
feat(oas-cli): convenience yarn script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-medusajs committed Mar 10, 2023
1 parent 5503c91 commit 1eb2469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"test:integration:plugins": "turbo run test --no-daemon --filter=integration-tests-plugins",
"test:integration:repositories": "turbo run test --no-daemon --filter=integration-tests-repositories",
"openapi:generate": "yarn ./packages/oas/oas-github-ci run ci",
"medusa-oas": "yarn ./packages/oas/medusa-oas-cli run medusa-oas",
"generate:services": "typedoc --options typedoc.services.js",
"generate:js-client": "typedoc --options typedoc.js-client.js",
"generate:entities": "typedoc --options typedoc.entities.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/oas/medusa-oas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "tsc --build",
"cli": "ts-node src/index.ts",
"medusa-oas": "ts-node src/index.ts",
"test": "jest src",
"test:unit": "jest src"
},
Expand Down

0 comments on commit 1eb2469

Please sign in to comment.