Skip to content

Commit 00cfa84

Browse files
committed
chore: use pnpm as package manager
1 parent a472de2 commit 00cfa84

4 files changed

Lines changed: 7567 additions & 2464 deletions

File tree

docs/develop.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ All the script configs are generated by `ckb list-hashes` so you don't need to c
2323
### Update templates
2424

2525
edit the things in `templates/v${version}`
26+
27+
### Install dependencies
28+
29+
Since we use `pnpm` as a developing package manager, people install `offckb` by `npm` would require a `package-lock.json` file.
30+
31+
```sh
32+
npm i --package-lock-only
33+
```
34+
35+
Remember to run the above command when trying to publish a new version.

0 commit comments

Comments
 (0)