diff --git a/scripts/npm-clean.sh b/scripts/npm-clean.sh index 59ca1b7635..3651ff7ea8 100755 --- a/scripts/npm-clean.sh +++ b/scripts/npm-clean.sh @@ -3,6 +3,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-core \ ng2-alfresco-datatable \ ng2-alfresco-documentlist \ @@ -20,4 +22,4 @@ done cd "$DIR/../demo-shell-ng2" npm run clean -cd ${DIR} \ No newline at end of file +cd ${DIR} diff --git a/scripts/npm-link-demo-shell.sh b/scripts/npm-link-demo-shell.sh index 22da9d98be..dcb7d2b2d9 100755 --- a/scripts/npm-link-demo-shell.sh +++ b/scripts/npm-link-demo-shell.sh @@ -29,6 +29,8 @@ npm link #LINK ALL THE OTHERS COMPONENTS for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-login \ ng2-alfresco-search \ ng2-alfresco-upload \ @@ -46,6 +48,8 @@ done #LINK ALL THE COMPONENTS INSIDE THE DEMOSHELL cd "$DIR/../demo-shell-ng2" for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-core \ ng2-alfresco-datatable \ ng2-alfresco-documentlist \ diff --git a/scripts/npm-publish.sh b/scripts/npm-publish.sh index 9591b8ba48..3951bd777e 100755 --- a/scripts/npm-publish.sh +++ b/scripts/npm-publish.sh @@ -5,6 +5,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" "$DIR/npm-clean.sh" for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-core \ ng2-alfresco-datatable \ ng2-alfresco-documentlist \ diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 609350a64f..94e66e9239 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -15,6 +15,8 @@ then fi for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-core \ ng2-alfresco-datatable \ ng2-alfresco-documentlist \ @@ -30,6 +32,8 @@ do done for PACKAGE in \ + ng2-activiti-form \ + ng2-activiti-processlist \ ng2-alfresco-core \ ng2-alfresco-datatable \ ng2-alfresco-documentlist \ @@ -46,4 +50,4 @@ done echo "====== UPDATE VERSION OF DEMO-SHELL to ${VERSION} version ======" -sed -i '' "s/\"version\": \"0\\.2\\.0\"/\"version\": \"${VERSION}\"/g" ${DIR}/../demo-shell-ng2/package.json \ No newline at end of file +sed -i '' "s/\"version\": \"0\\.2\\.0\"/\"version\": \"${VERSION}\"/g" ${DIR}/../demo-shell-ng2/package.json