chore: use ng2tc for compiling and running tests on ci

This commit is contained in:
Tobias Bosch
2016-05-01 22:47:49 -07:00
parent 7db911fdd4
commit fdd8bd1a36
2 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,7 @@ echo 'travis_fold:end:test.node'
echo 'travis_fold:start:test.localChrome'
# rebuild since codegen has overwritten some files.
$(npm bin)/tsc -p modules/tsconfig.json
$(npm bin)/ng2tc -p modules/tsconfig.json
# Run unit tests in local chrome
if [[ ${TRAVIS} ]]; then