diff --git a/.github/workflows/theme-builder.publish.yml b/.github/workflows/theme-builder.publish.yml index 8915f90e6..e86947ecb 100644 --- a/.github/workflows/theme-builder.publish.yml +++ b/.github/workflows/theme-builder.publish.yml @@ -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: | diff --git a/scripts/bootstrap.mjs b/scripts/bootstrap.mjs index 2a616bee6..3774f0911 100644 --- a/scripts/bootstrap.mjs +++ b/scripts/bootstrap.mjs @@ -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])