From 3ae29c08acd6e6d3503b6693f0220589eeef9f13 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 31 May 2016 10:43:21 -0700 Subject: [PATCH] chore(build.sh): make tsc-wrapped installable --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1fe311a092..c66cf2dd68 100755 --- a/build.sh +++ b/build.sh @@ -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/