mirror of
https://github.com/ezwelty/opentrees-harvester.git
synced 2025-06-18 10:45:42 -04:00
Update development instructions
This commit is contained in:
parent
92f36dba9e
commit
e3302a0ff9
@ -290,9 +290,14 @@ Numeric and date ranges use the field name suffixes `_min` and `_max`. For examp
|
||||
|
||||
## Development
|
||||
|
||||
The source code is documented using inline [JSDoc 3](https://jsdoc.app) comments. Update the API documentation ([API.md](API.md)) from the source code by running:
|
||||
Run tests:
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
```
|
||||
|
||||
The source code is documented using inline [JSDoc 3](https://jsdoc.app) comments. Update the API documentation ([API.md](API.md)) from the source code by running:
|
||||
|
||||
```bash
|
||||
yarn docs
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user