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: |