mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
clean script and better linking
This commit is contained in:
19
scripts/npm-clean.sh
Executable file
19
scripts/npm-clean.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for PACKAGE in \
|
||||
ng2-alfresco-core \
|
||||
ng2-alfresco-datatable \
|
||||
ng2-alfresco-documentlist \
|
||||
ng2-alfresco-login \
|
||||
ng2-alfresco-search \
|
||||
ng2-alfresco-upload \
|
||||
ng2-alfresco-viewer
|
||||
do
|
||||
echo "====== clean component: ${PACKAGE} ====="
|
||||
cd ../ng2-components/${PACKAGE}
|
||||
npm run clean
|
||||
cd ../../scripts/
|
||||
done
|
||||
|
||||
cd ./../demo-shell-ng2
|
||||
npm run clean
|
Reference in New Issue
Block a user