Skip to content

Commit 314d5a5

Browse files
authored
Update README.md
1 parent b912c03 commit 314d5a5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,25 @@ client.cancelDocument(document);
233233

234234
Any feedback? Please feel free to [contact our support team](https://eversign.com/contact).
235235

236-
### Development
236+
## Development
237+
238+
### Setting up environment
237239

238240
```
239241
docker run -ti --rm -p 8080:8080 -v $(pwd):/opt/sdk -w /opt/sdk node bash
240242
npm install
241243
node examples/create_document.js
242244
```
245+
246+
### Running tests
247+
```
248+
npm run test
249+
```
250+
251+
### Publishing
252+
- Make sure our change is working and properly deployed to master branch.
253+
- Run tests with `npm run test`
254+
- Bump up version in package.json
255+
- Login to npm account with a permission to publish with `npm login`
256+
- Publish new version with `npm publish`
257+
- You will receive an email with confirmation that new package version is published.

0 commit comments

Comments
 (0)