fix: add def checks and fix typescript def

This commit is contained in:
Justin Starry
2020-03-03 11:16:19 +08:00
committed by Michael Vines
parent eb1542696e
commit 01e65d2070
6 changed files with 33 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ script:
- test -r lib/index.cjs.js
- test -r lib/index.esm.js
- npm run doc
- npm run defs
- npm run flow
- npm run lint
- npm run codecov