AAE-34390 Clean old theming files (#10800)

This commit is contained in:
Denys Vuika
2025-04-22 18:30:30 -04:00
committed by GitHub
parent 4cfda763b6
commit d829d8eefb
26 changed files with 20 additions and 1041 deletions

View File

@@ -97,9 +97,8 @@ jobs:
setMigrations();
- name: Build libraries
run: |
npx nx run-many --target=build --prod --exclude="demoshell" --skip-nx-cache
npx nx run-many --target=pretheme
npx nx run-many --target=build-schematics
npx nx run-many --target=build --prod --skip-nx-cache
npx nx run-many --target=build-schematics
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
name: release libraries GH registry
with:

View File

@@ -136,7 +136,6 @@ jobs:
- name: build libraries
run: |
npx nx run-many -t build --prod --skip-nx-cache
npx nx run-many -t pretheme
npx nx run-many -t build-schematics
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
name: release libraries GH registry