From b13971ccb38dcd65fe77232d16bc5e7c8f10972d Mon Sep 17 00:00:00 2001 From: caf Date: Fri, 13 Jan 2023 10:53:04 +0400 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ef3831..80525e7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "ng serve --proxy-config proxy.confi.json", "build": "ng build", - "build-test:lithium": "ng build --output-path=/var/www/html/selfdelivery-pitsburg-test.mydatahosting.ru", + "build-test:lithium": "ng build --output-path=/var/www/html/selfdelivery-pitsburg-test.mydatahosting.ru --configuration=test", "build-prod:lithium": "ng build --output-path=/var/www/html/selfdelivery-pitsburg.mydatahosting.ru", "watch": "ng build --watch --configuration development", "test": "ng test"