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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user