Fix lerna workspace config to actually include per js sdk (#1284)
* Fix lerna workspace config to actually include per js sdk * Fix package-locks
This commit is contained in:
parent
3cc017e71b
commit
f949ac6afa
File diff suppressed because it is too large
Load Diff
|
@ -43,7 +43,7 @@
|
|||
"eslint": "^8.56.0",
|
||||
"openapi-typescript": "^6.5.5",
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "5.1",
|
||||
"typescript": "^5.1",
|
||||
"yargs": "^17.4.1"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "root",
|
||||
"workspaces": [
|
||||
"express_relay",
|
||||
"express_relay/sdk/js",
|
||||
"governance/xc_admin/packages/*",
|
||||
"governance/multisig_wh_message_builder",
|
||||
"price_pusher",
|
||||
|
|
Loading…
Reference in New Issue