Skip to content

Commit 99e0ffd

Browse files
committed
docs: Add development docs
1 parent 9f93f27 commit 99e0ffd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,24 @@ Option | Type | Description
358358
`detail` | `string` | `object | The error return from the API. Either a `string` or and `object` depending on the response.
359359
`status` | `number` | HTTP status code of the response.
360360
`statusText` | `string` | Status text for the response.
361+
362+
363+
## Development
364+
365+
Run tests
366+
367+
```sh
368+
yarn test
369+
```
370+
371+
Lint
372+
373+
```sh
374+
yarn lint
375+
```
376+
377+
Build
378+
379+
```
380+
yarn build
381+
```

0 commit comments

Comments
 (0)