|
|
@@ -5,7 +5,7 @@
|
|
|
"ng": "ng",
|
|
|
"start": "ng serve --host 0.0.0.0 --port 4200",
|
|
|
"build": "ng build --aot --delete-output-path",
|
|
|
- "build:next": "ng build --base-href /next/ --aot --delete-output-path",
|
|
|
+ "build:dev": "ng build --base-href /dev/ --aot --output-path dist/dev --delete-output-path",
|
|
|
"build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
|
|
|
"build:leave:prod": "ng build --configuration leave-prod --output-path dist/leave --aot",
|
|
|
"build:quot:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",
|