style: add convenience script to run all examples

This commit is contained in:
Michael Vines
2018-09-30 18:54:49 -07:00
parent ca6965f8c2
commit a878cdccf3
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ script:
- npm run doc
- npm run flow
- npm run lint
- for example in examples/*.js; do node $example; done
- npm run examples
- npm run codecov
before_deploy: