minor script improvements

This commit is contained in:
Denys Vuika 2019-02-10 15:16:30 +00:00
parent 894a928187
commit 85c6eca090
4 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ services:
depends_on:
- content-app
volumes:
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
- ./docker/proxy/nginx.conf:/etc/nginx/conf.d/default.conf
networks:
- internal
ports:

View File

@ -106,7 +106,7 @@ services:
depends_on:
- content-app
volumes:
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
- ./docker/proxy/nginx.conf:/etc/nginx/conf.d/default.conf
networks:
- internal
ports:

View File

@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "npm run build.extensions && ng serve --open",
"start:prod": "ng serve --prod --open",
"start:prod": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng serve --prod --open",
"build:aos-extension": "rm -rf dist/@alfresco/adf-office-services-ext && ng build adf-office-services-ext && cp projects/adf-office-services-ext/ngi.json dist/@alfresco/adf-office-services-ext && cpr projects/adf-office-services-ext/assets dist/@alfresco/adf-office-services-ext/assets",
"build.extensions": "npm run build:aos-extension",
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",