fix build dependency

This commit is contained in:
Eugenio Romano 2017-11-13 18:22:10 +00:00
parent 961e89ea73
commit e708fc6182
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"ng": "ng",
"start": "npm run server-versions && rimraf dist && ng serve --host 0.0.0.0 --app=0 --open --aot=true",
"start:dev": "npm run style:dev & npm run clean-ng2-component-angular && npm run server-versions && rimraf dist && ng serve --host 0.0.0.0 --disable-host-check --app=1 pp-dev --proxy-config proxy.conf.js --open",
"start:dist": "npm run server-versions && rimraf dist && ng serve --host 0.0.0.0 --disable-host-check --aot=false --prod --app=0",
"start:dist": "npm run server-versions && rimraf dist && ng serve --host 0.0.0.0 --disable-host-check --aot=false --app=0",
"build": "npm run server-versions && rimraf dist && ng build -app=0",
"build:dev": "npm run style:dev & npm run server-versions && rimraf dist && ng build -app=1",
"style:dev": "npm run webpack -- --config config/webpack.style.js --progress --profile --bail --watch",

View File

@ -18,6 +18,7 @@ eval JSAPI_VERSION=""
eval projects=( "ng2-alfresco-core"
"ng2-alfresco-datatable"
"ng2-alfresco-upload"
"ng2-alfresco-userinfo"
"ng2-activiti-diagrams"
"ng2-activiti-analytics"
"ng2-activiti-form"
@ -29,8 +30,7 @@ eval projects=( "ng2-alfresco-core"
"ng2-alfresco-social"
"ng2-alfresco-tag"
"ng2-alfresco-viewer"
"ng2-alfresco-webscript"
"ng2-alfresco-userinfo" )
"ng2-alfresco-webscript" )
show_help() {
echo "Usage: npm-build-all.sh"

View File

@ -100,6 +100,7 @@ for PACKAGE in \
ng2-alfresco-core \
ng2-alfresco-datatable \
ng2-alfresco-upload \
ng2-alfresco-userinfo \
ng2-activiti-diagrams \
ng2-activiti-analytics \
ng2-activiti-form \
@ -111,8 +112,7 @@ for PACKAGE in \
ng2-alfresco-tag \
ng2-alfresco-social \
ng2-alfresco-viewer \
ng2-alfresco-webscript \
ng2-alfresco-userinfo
ng2-alfresco-webscript
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== MOVE DIR: ${DESTDIR} ===== "