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

@ -21,6 +21,7 @@ else
if [[ $1 == 'node' ]]; then
# Note: .metadata.json files are needed for the language service tests!
echo "Creating .metadata.json files..."
node dist/tools/@angular/tsc-wrapped/src/main -p packages
node dist/tools/@angular/tsc-wrapped/src/main -p modules
fi
node dist/tools/tsc-watch/ $1 watch