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
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ before_install:
script: script:
- ls -l lib - 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 doc
- npm run flow - npm run flow
- npm run lint - npm run lint