build: build modules and examples for karma

This commit is contained in:
Jason Aden
2017-03-08 15:53:45 -08:00
parent 2b44854885
commit bebedfed24
6 changed files with 13 additions and 8 deletions

View File

@ -23,6 +23,7 @@ travisFoldEnd "tsc tools"
travisFoldStart "tsc all"
node --max-old-space-size=3000 dist/tools/@angular/tsc-wrapped/src/main -p packages
node --max-old-space-size=3000 dist/tools/@angular/tsc-wrapped/src/main -p modules
travisFoldEnd "tsc all"

View File

@ -31,6 +31,7 @@ travisFoldEnd "test.unit.node"
# TODO(tbosch): remove this and teach karma to serve the right files
travisFoldStart "test.unit.rebuildHack"
node dist/tools/@angular/tsc-wrapped/src/main -p packages/tsconfig.json
node dist/tools/@angular/tsc-wrapped/src/main -p modules/tsconfig.json
travisFoldStart "test.unit.rebuildHack"