From 7f1794017cfce188859a90da4b0fe2186bdb24ae Mon Sep 17 00:00:00 2001 From: bencergazda Date: Tue, 15 Feb 2022 15:09:12 +0100 Subject: [PATCH] fix: Add `/config` folder to package.json files array (#606) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 04e90ba..c618c60 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "/config-overrides.js", "/assets", "/bin", + "/config", "/overrides", "/scripts" ]