Merge pull request #32761 from backstage/rugvip/css-exports-support
cli: add support for CSS exports in package build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user