ci: use themebuilder scope during bootstrap

This commit is contained in:
Abdullah Atta
2023-08-08 13:26:34 +05:00
parent e1739e04d1
commit c8a77934f2
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ const scopes = {
desktop: "apps/desktop",
core: "packages/core",
editor: "packages/editor",
themes: "servers/themes"
themes: "servers/themes",
themebuilder: "apps/theme-builder"
};
if (args.scope && !scopes[args.scope])