Merge pull request #28629 from backstage/rugvip/canon-build

.github/workflows: add separate build for canon
This commit is contained in:
Patrik Oldsberg
2025-01-27 17:11:19 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -127,6 +127,10 @@ jobs:
- name: build all packages
run: yarn backstage-cli repo build --all
# For now canon has a custom build script and needs to be built separately
- name: build canon
run: yarn --cwd packages/canon build
- name: verify type dependencies
run: yarn lint:type-deps
+4
View File
@@ -110,6 +110,10 @@ jobs:
- name: build
run: yarn backstage-cli repo build --all
# For now canon has a custom build script and needs to be built separately
- name: build canon
run: yarn --cwd packages/canon build
- name: verify type dependencies
run: yarn lint:type-deps