mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[all] fix build script
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user