fix(types): remove "undefined" dispatched events

This commit is contained in:
Eric Liu 2020-11-19 09:09:57 -08:00
commit 1e80e42573
8 changed files with 17 additions and 27 deletions

View file

@ -1,4 +1,6 @@
language: node_js
node_js: 12
cache: yarn
script: yarn prepack
script:
- yarn check-types
- yarn prepack