Update the readme on how to build it

This commit is contained in:
Ross Brodbeck 2020-04-16 14:18:06 -04:00
parent 7e52e0cdc1
commit 23a7120f76
1 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,23 @@
Warns and then closes issues and PRs that have had no activity for a specified amount of time.
### 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
```
### Usage
See [action.yml](./action.yml) For comprehensive list of options.