Merge pull request #32761 from backstage/rugvip/css-exports-support

cli: add support for CSS exports in package build
This commit is contained in:
Patrik Oldsberg
2026-02-10 13:23:02 +01:00
committed by GitHub
20 changed files with 344 additions and 9532 deletions
-4
View File
@@ -138,10 +138,6 @@ jobs:
- name: build all packages
run: yarn backstage-cli repo build --all
# For now BUI has a custom build script and needs to be built separately
- name: build BUI
run: yarn --cwd packages/ui build
# Build docs-ui to ensure documentation site builds successfully
- name: install docs-ui dependencies
working-directory: docs-ui
-4
View File
@@ -110,10 +110,6 @@ jobs:
- name: build
run: yarn backstage-cli repo build --all
# For now BUI has a custom build script and needs to be built separately
- name: build BUI
run: yarn --cwd packages/ui build
- name: verify type dependencies
run: yarn lint:type-deps
-2
View File
@@ -78,8 +78,6 @@ jobs:
- run: yarn tsc
- run: yarn backstage-cli repo build
# BUI has a custom build script and needs to be built separately
- run: yarn --cwd packages/ui build
- name: run E2E test
run: |
sudo sysctl fs.inotify.max_user_watches=524288
-2
View File
@@ -86,8 +86,6 @@ jobs:
- run: yarn tsc
- run: yarn backstage-cli repo build
# BUI has a custom build script and needs to be built separately
- run: yarn --cwd packages/ui build
- name: run E2E test
run: yarn e2e-test run
env: