Skip to content

Commit

Permalink
IONOS(ci/build): adds build step for ionos theme elements
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jul 24, 2024
1 parent 47b27ef commit ee21dfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
npm run build
cd ../..
- name: Install dependencies & build IONOS theme custom elements
env:
CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
run: |
cd themes/nc-ionos-theme/IONOS
npm ci
npm run build
cd ../..
- name: Add config partials
run: |
cp IONOS/configs/*.config.php config/
Expand Down

0 comments on commit ee21dfd

Please sign in to comment.