mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
10 lines
223 B
Bash
Executable File
10 lines
223 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd demo-shell-ng2
|
|
|
|
npm install
|
|
npm install ../ng2-components/ng2-alfresco-core
|
|
npm install ../ng2-components/ng2-alfresco-documentlist
|
|
npm install ../ng2-components/ng2-alfresco-login
|
|
|
|
npm run build.dev
|