Commit af602019 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): scripts

1 merge request!756Webpack proxy for devs
Pipeline #114937038 passed with stages
in 91 minutes and 3 seconds
......@@ -12,7 +12,9 @@
"build-dev": "npm run build:dev",
"serve-dev": "npm run server:ssr",
"build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800",
"serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true --proxy-config proxy.conf.json",
"preserve:dev": "gulp build.sass --deploy-url=http://localhost:4200",
"serve:dev": "ng serve --deploy-url=/ --poll=800 --progress --proxy-config proxy.conf.json",
"serve:dev:hmr": "npm run serve:dev -- --configuration=hmr --hmr",
"test": "ng test",
"lint": "ng lint",
"e2e": "cypress run --debug",
......
Please register or to comment