mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
22 lines
565 B
Bash
Executable File
22 lines
565 B
Bash
Executable File
#!/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;)
|