chore(build.sh): make tsc-wrapped installable
This commit is contained in:
parent
3331321f64
commit
3ae29c08ac
2
build.sh
2
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/
|
||||
|
|
Loading…
Reference in New Issue