Skip to content

Commit 9364dad

Browse files
authored
Update install state and force yarn version (#260)
* Update install state and force yarn version * Removed preinstall
1 parent 6f2438d commit 9364dad

5 files changed

Lines changed: 956 additions & 3 deletions

File tree

.yarn/install-state.gz

336 KB
Binary file not shown.

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodeLinker: node-modules
2+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,22 @@ please refer to the table below.
2727

2828
## Development
2929

30-
To build all packages and docs, run `yarn install` then `yarn build:all`
30+
### Prerequisites
31+
32+
This project uses Yarn 4.7.0 with Corepack for package management. To get started:
33+
34+
1. **Enable Corepack** (if not already enabled):
35+
```bash
36+
corepack enable
37+
```
38+
39+
2. **Install dependencies**:
40+
```bash
41+
yarn install
42+
```
3143

44+
The correct Yarn version will be automatically used thanks to the `packageManager` field in `package.json` and Corepack.
45+
46+
### Building
47+
48+
To build all packages and docs, run `yarn install` then `yarn build:all`

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,7 @@ __metadata:
27662766
"@cosmjs/proto-signing": "npm:^0.33.1"
27672767
"@cosmjs/stargate": "npm:^0.33.1"
27682768
"@cosmjs/tendermint-rpc": "npm:^0.33.1"
2769-
"@sei-js/cosmos": "npm:^1.0.5"
2769+
"@sei-js/cosmos": "npm:^1.0.6"
27702770
"@types/elliptic": "npm:^6.4.18"
27712771
"@types/jest": "npm:^29.5.5"
27722772
"@types/sha.js": "npm:^2.4.4"
@@ -2788,7 +2788,7 @@ __metadata:
27882788
languageName: node
27892789
linkType: hard
27902790

2791-
"@sei-js/cosmos@npm:^1.0.5, @sei-js/cosmos@workspace:packages/cosmos":
2791+
"@sei-js/cosmos@npm:^1.0.6, @sei-js/cosmos@workspace:packages/cosmos":
27922792
version: 0.0.0-use.local
27932793
resolution: "@sei-js/cosmos@workspace:packages/cosmos"
27942794
dependencies:

0 commit comments

Comments
 (0)