ci: ensure rollup upgrades actually build the right files
This commit is contained in:
parent
9e30c6f827
commit
e6d6018132
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue