chore: don’t shadow `tsconfig.json` used for editors by build specific tsconfig.json
This commit is contained in:
parent
b88384eed8
commit
43527172ed
2
build.sh
2
build.sh
|
@ -51,7 +51,7 @@ do
|
|||
|
||||
|
||||
echo "====== COMPILING: \$(npm bin)/ng2tc -p ${SRCDIR}/tsconfig.json ====="
|
||||
$(npm bin)/ng2tc -p ${SRCDIR}/tsconfig.json
|
||||
$(npm bin)/ng2tc -p ${SRCDIR}/tsconfig-es5.json
|
||||
cp ${SRCDIR}/package.json ${DESTDIR}/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue