From 695b43d087196800067c5419159402e36c65c4fb Mon Sep 17 00:00:00 2001 From: gofnnp Date: Thu, 1 Jun 2023 11:28:40 +0400 Subject: [PATCH] test --- angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/package.json b/angular/package.json index ee2d394..e7adc89 100644 --- a/angular/package.json +++ b/angular/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 192.168.0.14", - "build": "ng build --aot --configuration production --output-hashing none", + "build": "ng build --aot --configuration production --output-hashing all", "watch": "ng build --watch --configuration development", "test": "ng test" },