ci: ensure rollup upgrades actually build the right files

This commit is contained in:
Michael Vines
2019-06-19 08:36:11 -07:00
parent 9e30c6f827
commit e6d6018132

View File

@ -28,6 +28,9 @@ before_install:
script:
- ls -l lib
- test -r lib/index.iife.js
- test -r lib/index.cjs.js
- test -r lib/index.esm.js
- npm run doc
- npm run flow
- npm run lint