mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update scripts
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
"$DIR/npm-clean.sh"
|
||||
|
||||
for PACKAGE in \
|
||||
ng2-alfresco-core \
|
||||
ng2-alfresco-datatable \
|
||||
@@ -13,5 +15,8 @@ for PACKAGE in \
|
||||
do
|
||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||
echo "====== PUBLISHING: ${DESTDIR} ====="
|
||||
npm publish ${DESTDIR}
|
||||
cd ${DESTDIR}
|
||||
npm install
|
||||
npm publish
|
||||
cd ${DIR}
|
||||
done
|
||||
|
Reference in New Issue
Block a user