2021-02-16 12:18:48 +01:00
|
|
|
### Building and testing
|
|
|
|
|
|
|
|
|
|
Install the dependencies.
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ npm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Build the typescript and package it for distribution.
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ npm run build && npm run pack
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Run the tests :heavy_check_mark:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ npm test
|
|
|
|
|
```
|