diff --git a/build/documenteditor.json b/build/documenteditor.json index a0437b70c..f1af2278e 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -175,7 +175,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/documenteditor/main/resources/img/**/*.svg" ] } }, diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 4d4d69398..2cda41c26 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -175,7 +175,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/presentationeditor/main/resources/img/**/*.svg" ] }, "reporter": { diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index c9b26a804..660f25856 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -189,7 +189,7 @@ } ], "clean": [ - "../deploy/web-apps/apps/common" + "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/**/*.svg" ] } },