From 484864adcaffbfaba386610f4576ce9e6c862831 Mon Sep 17 00:00:00 2001 From: caf Date: Wed, 26 Apr 2023 10:57:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B2=D1=82=D0=BE=D1=81=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 805d7dd..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 --configuration=test", + "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"