dev #14384 Правка ошибок отображения WPA КофеЛайк: change build command

This commit is contained in:
nikolay 2023-05-31 09:40:59 +04:00
parent cfe370e3e3
commit e06d703b69

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 192.168.0.14",
"build": "ng build",
"build": "ng build --aot --configuration production --output-hashing none",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},