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

This commit is contained in:
nikolay 2023-06-02 10:44:52 +04:00
parent 1811ed08c3
commit fb7602a110

View File

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