Skip to content

Commit 4539bec

Browse files
committed
fix common type check
1 parent 96f5165 commit 4539bec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/common-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ jobs:
7070
path: common/dist
7171
key: common-build-${{ runner.os }}-${{ github.sha }}
7272
fail-on-cache-miss: false
73-
- name: Build @selfxyz/common (fallback on cache miss)
73+
- name: Build dependencies (fallback on cache miss)
7474
if: steps.restore-common-dist.outputs.cache-hit != 'true'
75-
run: yarn workspace @selfxyz/common build
75+
run: |
76+
yarn workspace @selfxyz/common build
77+
yarn workspace @selfxyz/mobile-sdk-alpha build
7678
- name: Yarn types
7779
run: yarn types
7880

0 commit comments

Comments
 (0)