Skip to content

Commit

Permalink
ci: use themebuilder scope during bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 8, 2023
1 parent e1739e0 commit c8a7793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/theme-builder.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion scripts/bootstrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit c8a7793

Please sign in to comment.