From 4c0fa9f47104a29c03243769fa54a06850a709a2 Mon Sep 17 00:00:00 2001 From: Sujith Date: Wed, 4 May 2022 10:40:22 +0530 Subject: [PATCH 1/2] feat-sujith-autoDetect-projectType Signed-off-by: Sujith --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc210313f..6a7661166 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "email": "engineering@reactioncommerce.com", "url": "https://reactioncommerce.com" }, + "reactionProjectType": "storefront-example", "release": { "branches": [ "trunk" From 9b374083d2a62ae3902ff9eab6f2f52c973ad35a Mon Sep 17 00:00:00 2001 From: Sujith Date: Wed, 4 May 2022 12:05:40 +0530 Subject: [PATCH 2/2] feat-sujith-autoDetect-projectType-rcFix Signed-off-by: Sujith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a7661166..74d55b0c4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "email": "engineering@reactioncommerce.com", "url": "https://reactioncommerce.com" }, - "reactionProjectType": "storefront-example", + "projectType": "storefront-example", "release": { "branches": [ "trunk"