From 04020debcb597991fb3e8d5be17e13f6c3e9fa1c Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 20 Jul 2021 16:31:43 +0300 Subject: [PATCH] [all] fix build script --- build/documenteditor.json | 6 ++++++ build/presentationeditor.json | 6 ++++++ build/spreadsheeteditor.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/build/documenteditor.json b/build/documenteditor.json index d3880ac263..43cdc387fb 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -157,6 +157,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/documenteditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable", diff --git a/build/presentationeditor.json b/build/presentationeditor.json index cececc2de8..71a2234804 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -151,6 +151,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/presentationeditor/main/locale/" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable", diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 216e479159..8b54e71027 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -165,6 +165,12 @@ "src": "*", "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/formula-lang" }, + { + "expand": true, + "cwd": "../apps/common/main/resources/alphabetletters", + "src": "*.json", + "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/alphabetletters" + }, { "expand": true, "cwd": "../apps/common/main/resources/symboltable",