Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ All the script configs are generated by `ckb list-hashes` so you don't need to c
### Update templates

edit the things in `templates/v${version}`

### Install dependencies

Since we use `pnpm` as a developing package manager, people install `offckb` by `npm` would require a `package-lock.json` file.

```sh
npm i --package-lock-only
```

Remember to run the above command when trying to publish a new version.
Loading