From 1bbea28ebcf2e5521966f43bc38e0aad9cf53bda Mon Sep 17 00:00:00 2001 From: Uryvskiy Dima Date: Sun, 24 Sep 2023 13:56:06 +0300 Subject: [PATCH] testv1 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37bc82af..29612bab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -include .env +ifeq ($(LOCAL_TEST),1) + include .env +endif ROOT_DIR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) PRESTASHOP_DIR=$(ROOT_DIR)/../PrestaShop