Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 1e4bf3a

Browse files
committed
Add notes around releasing
1 parent c636a46 commit 1e4bf3a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ Purser is a monorepo consisting of a collection of Ethereum wallet libraries:
6262
- [`@purser/software`](https://github.com/JoinColony/purser/blob/master/packages/@purser/software): A `javascript` library to interact with a software Ethereum wallet, based on the [ethers.js](https://github.com/ethers-io/ethers.js/) library.
6363
- [`@purser/signer-ethers`](https://github.com/JoinColony/purser/blob/master/packages/@purser/signer-ethers): An implementation of an [ethers](https://github.com/ethers-io/ethers.js/) signer to use with any of the purser compatible wallets.
6464

65+
### To build and release
66+
67+
In the root directory:
68+
69+
```
70+
npm i
71+
npm run bootstrap
72+
npm run build
73+
npm run publish
74+
```
75+
76+
To clean detritus and reset the repository:
77+
78+
```
79+
./node_modules/.bin/lerna clean
80+
npm run bootstrap
81+
```
82+
6583
### The future
6684

6785
We plan to add support more hardware wallets and other features that will make wallet interactions even easier. Stay tuned!

0 commit comments

Comments
 (0)