script fix path

This commit is contained in:
Eugenio Romano
2017-11-16 14:45:48 +00:00
parent a52bb5600a
commit 0e0570b792

View File

@@ -141,7 +141,7 @@ npm run build
for PACKAGE in ${projects[@]}
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
DESTDIR="$DIR/../lib/${PACKAGE}"
echo "====== MOVE DIR: ${DESTDIR} ===== "
cd ${DESTDIR}