fix clean script and build all (#1758)

This commit is contained in:
Eugenio Romano
2017-03-23 15:51:28 +00:00
committed by Denys Vuika
parent 59ed4ee65d
commit e8c524176e
19 changed files with 85 additions and 52 deletions

View File

@@ -24,6 +24,7 @@ do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== PUBLISHING: ${DESTDIR} ====="
cd ${DESTDIR}
npm run clean
npm install
npm run publish:prod
cd ${DIR}