mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update scripts build
This commit is contained in:
@@ -27,6 +27,7 @@ env:
|
|||||||
- MODULE=ng2-alfresco-upload
|
- MODULE=ng2-alfresco-upload
|
||||||
- MODULE=ng2-alfresco-viewer
|
- MODULE=ng2-alfresco-viewer
|
||||||
- MODULE=ng2-alfresco-webscript
|
- MODULE=ng2-alfresco-webscript
|
||||||
|
- MODULE=ng2-alfresco-tag
|
||||||
- MODULE=ng2-activiti-form
|
- MODULE=ng2-activiti-form
|
||||||
- MODULE=ng2-activiti-tasklist
|
- MODULE=ng2-activiti-tasklist
|
||||||
- MODULE=ng2-activiti-processlist
|
- MODULE=ng2-activiti-processlist
|
||||||
@@ -79,3 +80,4 @@ cache:
|
|||||||
- ng2-components/ng2-alfresco-upload/node_modules
|
- ng2-components/ng2-alfresco-upload/node_modules
|
||||||
- ng2-components/ng2-alfresco-viewer/node_modules
|
- ng2-components/ng2-alfresco-viewer/node_modules
|
||||||
- ng2-components/ng2-alfresco-webscript/node_modules
|
- ng2-components/ng2-alfresco-webscript/node_modules
|
||||||
|
- ng2-components/ng2-alfresco-tag/node_modules
|
||||||
|
@@ -58,6 +58,7 @@ The following is a list of some of the components that you can use when building
|
|||||||
- [Login](ng2-components/ng2-alfresco-login/README.md)
|
- [Login](ng2-components/ng2-alfresco-login/README.md)
|
||||||
- [Upload](ng2-components/ng2-alfresco-upload/README.md)
|
- [Upload](ng2-components/ng2-alfresco-upload/README.md)
|
||||||
- [Webscript viewer](ng2-components/ng2-alfresco-webscript/README.md)
|
- [Webscript viewer](ng2-components/ng2-alfresco-webscript/README.md)
|
||||||
|
- [Tag list and controls](ng2-components/ng2-alfresco-tag/README.md)
|
||||||
|
|
||||||
You can browse all the components at the following [page](http://devproducts.alfresco.com/).
|
You can browse all the components at the following [page](http://devproducts.alfresco.com/).
|
||||||
|
|
||||||
|
@@ -14,6 +14,7 @@ environment:
|
|||||||
- COMPONENT_NAME: ng2-alfresco-search
|
- COMPONENT_NAME: ng2-alfresco-search
|
||||||
- COMPONENT_NAME: ng2-alfresco-upload
|
- COMPONENT_NAME: ng2-alfresco-upload
|
||||||
- COMPONENT_NAME: ng2-alfresco-viewer
|
- COMPONENT_NAME: ng2-alfresco-viewer
|
||||||
|
- COMPONENT_NAME: ng2-alfresco-tag
|
||||||
- COMPONENT_NAME: ng2-alfresco-webscript
|
- COMPONENT_NAME: ng2-alfresco-webscript
|
||||||
- COMPONENT_NAME: ng2-activiti-form
|
- COMPONENT_NAME: ng2-activiti-form
|
||||||
- COMPONENT_NAME: ng2-activiti-tasklist
|
- COMPONENT_NAME: ng2-activiti-tasklist
|
||||||
|
@@ -43,6 +43,7 @@
|
|||||||
- [Login](ng2-alfresco-login/README.md)
|
- [Login](ng2-alfresco-login/README.md)
|
||||||
- [Upload](ng2-alfresco-upload/README.md)
|
- [Upload](ng2-alfresco-upload/README.md)
|
||||||
- [Webscript Viewer](ng2-components/ng2-alfresco-webscript/README.md)
|
- [Webscript Viewer](ng2-components/ng2-alfresco-webscript/README.md)
|
||||||
|
- [Tag list and controls](ng2-components/ng2-alfresco-tag/README.md)
|
||||||
|
|
||||||
## BPM components
|
## BPM components
|
||||||
|
|
||||||
|
@@ -31,3 +31,6 @@
|
|||||||
|
|
||||||
(cd ng2-alfresco-webscript; npm update;)
|
(cd ng2-alfresco-webscript; npm update;)
|
||||||
(cd ng2-alfresco-webscript/demo; npm update;)
|
(cd ng2-alfresco-webscript/demo; npm update;)
|
||||||
|
|
||||||
|
(cd ng2-alfresco-tag; npm update;)
|
||||||
|
(cd ng2-alfresco-tag/demo; npm update;)
|
||||||
|
@@ -13,7 +13,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== build components : ${PACKAGE} ====="
|
echo "====== build components : ${PACKAGE} ====="
|
||||||
|
@@ -17,7 +17,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
echo "====== Check component: ${PACKAGE} ====="
|
echo "====== Check component: ${PACKAGE} ====="
|
||||||
cd "$DIR/../ng2-components/${PACKAGE}"
|
cd "$DIR/../ng2-components/${PACKAGE}"
|
||||||
|
@@ -13,7 +13,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
echo "====== clean component: ${PACKAGE} ====="
|
echo "====== clean component: ${PACKAGE} ====="
|
||||||
cd "$DIR/../ng2-components/${PACKAGE}"
|
cd "$DIR/../ng2-components/${PACKAGE}"
|
||||||
|
@@ -73,6 +73,14 @@ npm link
|
|||||||
npm run typings
|
npm run typings
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
#LINK TAG
|
||||||
|
echo "====== linking component: ng2-alfresco-tag ====="
|
||||||
|
cd "$DIR/../ng2-components/ng2-alfresco-tag"
|
||||||
|
npm link ng2-alfresco-core
|
||||||
|
npm link
|
||||||
|
npm run typings
|
||||||
|
npm run build
|
||||||
|
|
||||||
#LINK ALL THE OTHERS COMPONENTS
|
#LINK ALL THE OTHERS COMPONENTS
|
||||||
for PACKAGE in \
|
for PACKAGE in \
|
||||||
ng2-alfresco-login \
|
ng2-alfresco-login \
|
||||||
@@ -102,7 +110,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== demo shell linking: ${PACKAGE} ====="
|
echo "====== demo shell linking: ${PACKAGE} ====="
|
||||||
|
@@ -15,7 +15,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== PUBLISHING: ${DESTDIR} ====="
|
echo "====== PUBLISHING: ${DESTDIR} ====="
|
||||||
|
@@ -25,7 +25,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== UPDATE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
|
echo "====== UPDATE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
|
||||||
@@ -43,7 +44,8 @@ for PACKAGE in \
|
|||||||
ng2-alfresco-search \
|
ng2-alfresco-search \
|
||||||
ng2-alfresco-upload \
|
ng2-alfresco-upload \
|
||||||
ng2-alfresco-viewer \
|
ng2-alfresco-viewer \
|
||||||
ng2-alfresco-webscript
|
ng2-alfresco-webscript \
|
||||||
|
ng2-alfresco-tag
|
||||||
do
|
do
|
||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== UPDATE VERSION OF ${PACKAGE} to ${VERSION} version ======"
|
echo "====== UPDATE VERSION OF ${PACKAGE} to ${VERSION} version ======"
|
||||||
|
Reference in New Issue
Block a user