Fix a bunch of small issues with the template (#67)

* Fixup dependencies and some other things

* add dependabot

* Update to separate run steps
This commit is contained in:
Ross Brodbeck
2020-07-20 07:07:15 -04:00
committed by GitHub
parent f15acf4c48
commit d34e81e77f
9 changed files with 4227 additions and 286 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ $ npm install
Build the typescript and package it for distribution
```bash
$ npm run build && npm run pack
$ npm run build && npm run package
```
Run the tests :heavy_check_mark:
@@ -74,7 +74,7 @@ Actions are run from GitHub repos so we will checkin the packed dist folder.
Then run [ncc](https://github.com/zeit/ncc) and push the results:
```bash
$ npm run pack
$ npm run package
$ git add dist
$ git commit -a -m "prod dependencies"
$ git push origin releases/v1