diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 32962c4e48..4afb0f5546 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -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", diff --git a/scripts/npm-build-all.sh b/scripts/npm-build-all.sh index f69d414b6e..049dd0c3b1 100755 --- a/scripts/npm-build-all.sh +++ b/scripts/npm-build-all.sh @@ -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" diff --git a/scripts/npm-publish.sh b/scripts/npm-publish.sh index b653d0c48b..d876bc0daa 100755 --- a/scripts/npm-publish.sh +++ b/scripts/npm-publish.sh @@ -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} ===== "