chore(build.sh): make tsc-wrapped installable

This commit is contained in:
Victor Berchet 2016-05-31 10:43:21 -07:00
parent 3331321f64
commit 3ae29c08ac
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ mkdir -p ./dist/all/
TSCONFIG=./tools/tsconfig.json
echo "====== (all)COMPILING: \$(npm bin)/tsc -p ${TSCONFIG} ====="
$(npm bin)/tsc -p ${TSCONFIG}
cp ./tools/@angular/tsc-wrapped/package.json ./dist/tools/@angular/tsc-wrapped
echo "====== Copying files needed for e2e tests ====="
cp -r ./modules/playground ./dist/all/