.github/workflows: add separate build for canon

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-01-27 15:59:43 +01:00
parent 78aff31f0d
commit 057164f795
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