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

@@ -16,7 +16,7 @@ jobs:
- name: Install packages
run: |
npm ci --ignore-scripts --prefer-offline --no-audit
npm run bootstrap -- --scope=web
npm run bootstrap -- --scope=themebuilder
- name: Setup environment
run: |

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])