diff --git a/build/documenteditor.json b/build/documenteditor.json index a0437b70c7..f1af2278ef 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 4d4d69398e..2cda41c269 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 c9b26a8045..660f25856f 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" ] } },