Compile TypeScript files on Travis CI

This commit is contained in:
Daniel Gasienica 2018-04-10 16:24:30 -04:00
parent d6b40a3e94
commit 80de7bbd5c

View file

@ -7,6 +7,7 @@ dist: trusty
install:
- yarn install --frozen-lockfile
script:
- yarn transpile
- yarn nsp check
- yarn run generate
- yarn prepare-beta-build