Skip to content

Commit

Permalink
chore: add merchant to lerna (#1071)
Browse files Browse the repository at this point in the history
- Add merchant package to lerna.json so we can release it
- Add missing dependencies to the merchant package
  • Loading branch information
tolerants authored Jan 16, 2024
1 parent 1464fc9 commit 108a95b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libs/domain/merchant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"@spryker-oryx/experience": "1.3.1",
"@spryker-oryx/product": "1.3.1",
"@spryker-oryx/router": "1.3.1",
"@spryker-oryx/utilities": "1.3.1",
"@spryker-oryx/site": "1.3.1",
"@spryker-oryx/ui": "1.3.1",
"@spryker-oryx/utilities": "1.3.1"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion libs/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"template/themes",
"base/ui",
"domain/user",
"base/utilities"
"base/utilities",
"domain/merchant"
],
"version": "1.3.1",
"npmClient": "npm",
Expand Down

0 comments on commit 108a95b

Please sign in to comment.