refactor(compiler): rename /compiler_cli to /compiler-cli
This commit is contained in:
4
build.sh
4
build.sh
@ -51,7 +51,7 @@ for PACKAGE in \
|
||||
router \
|
||||
router-deprecated \
|
||||
upgrade \
|
||||
compiler_cli
|
||||
compiler-cli
|
||||
do
|
||||
SRCDIR=./modules/@angular/${PACKAGE}
|
||||
DESTDIR=./dist/packages-dist/${PACKAGE}
|
||||
@ -80,7 +80,7 @@ do
|
||||
find ${DESTDIR} -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' -E 's/^( +)abstract ([[:alnum:]]+\:)/\1\2/g'
|
||||
fi
|
||||
|
||||
if [[ ${PACKAGE} != compiler_cli ]]; then
|
||||
if [[ ${PACKAGE} != compiler-cli ]]; then
|
||||
|
||||
if [[ ${PACKAGE} == "router-deprecated" ]]; then
|
||||
echo "====== (esm)COMPILING: \$(npm bin)/tsc -p ${SRCDIR}/tsconfig-es2015.json ====="
|
||||
|
Reference in New Issue
Block a user