Skip to content

Commit

Permalink
feat(workflows): Workflow DX (#5607)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues authored Nov 22, 2023
1 parent 2850e9a commit 9f9db39
Show file tree
Hide file tree
Showing 22 changed files with 2,768 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .changeset/wet-crews-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@medusajs/orchestration": minor
"@medusajs/workflows": minor
"@medusajs/link-modules": patch
"@medusajs/medusa": patch
---

Workflows composer api
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ packages/*
!packages/cache-inmemory
!packages/create-medusa-app
!packages/product
!packages/orchestration
!packages/workflows


**/models/*
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ module.exports = {
"./packages/event-bus-redis/tsconfig.spec.json",
"./packages/medusa-plugin-meilisearch/tsconfig.spec.json",
"./packages/medusa-plugin-algolia/tsconfig.spec.json",
"./packages/admin-ui/tsconfig.json",
"./packages/inventory/tsconfig.spec.json",
"./packages/stock-location/tsconfig.spec.json",
"./packages/cache-redis/tsconfig.spec.json",
"./packages/cache-inmemory/tsconfig.spec.json",
"./packages/admin-ui/tsconfig.json",
"./packages/create-medusa-app/tsconfig.json",
"./packages/product/tsconfig.json",
"./packages/orchestration/tsconfig.json",
"./packages/workflows/tsconfig.spec.json",
],
},
rules: {
Expand Down
Loading

0 comments on commit 9f9db39

Please sign in to comment.