#878 fix login component documentation and demo

This commit is contained in:
Mario Romano
2016-11-03 17:22:25 +00:00
parent f5f02a63d9
commit bc87a036f5
7 changed files with 91 additions and 51 deletions

View File

@@ -22,6 +22,12 @@ do
echo "====== clean component: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}"
npm run clean
if [ -d "$DIR/../ng2-components/${PACKAGE}/demo" ]; then
echo "====== clean component demo: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}/demo"
npm run clean
fi
done
cd "$DIR/../demo-shell-ng2"