mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Script to update all libs and demo projects
This commit is contained in:
21
ng2-components/update.sh
Executable file
21
ng2-components/update.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
(cd ng2-alfresco-core; npm update;)
|
||||
|
||||
(cd ng2-alfresco-datatable; npm update;)
|
||||
(cd ng2-alfresco-datatable/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-documentlist; npm update;)
|
||||
(cd ng2-alfresco-documentlist/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-login; npm update;)
|
||||
(cd ng2-alfresco-login/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-search; npm update;)
|
||||
(cd ng2-alfresco-search/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-upload; npm update;)
|
||||
(cd ng2-alfresco-upload/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-viewer; npm update;)
|
||||
(cd ng2-alfresco-viewer/demo; npm update;)
|
Reference in New Issue
Block a user