From 0f05d182662aa421de0cf7aa22e251555fea92dd Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Tue, 19 Mar 2024 21:28:18 +0300 Subject: [PATCH] [deploy] fix bug 66952 --- build/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/common.json b/build/common.json index c4cfdec49b..0e5c07e2c7 100644 --- a/build/common.json +++ b/build/common.json @@ -100,7 +100,8 @@ "src": [ "**/*.{png,jpg,gif,html,css}", "!*_/**", - "!**/src/**" + "!**/src/**", + "search/js/**/*.js" ], "dest": "../deploy/web-apps/apps/common/main/resources/help/" },