We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f5165 commit 4539becCopy full SHA for 4539bec
.github/workflows/common-ci.yml
@@ -70,9 +70,11 @@ jobs:
70
path: common/dist
71
key: common-build-${{ runner.os }}-${{ github.sha }}
72
fail-on-cache-miss: false
73
- - name: Build @selfxyz/common (fallback on cache miss)
+ - name: Build dependencies (fallback on cache miss)
74
if: steps.restore-common-dist.outputs.cache-hit != 'true'
75
- run: yarn workspace @selfxyz/common build
+ run: |
76
+ yarn workspace @selfxyz/common build
77
+ yarn workspace @selfxyz/mobile-sdk-alpha build
78
- name: Yarn types
79
run: yarn types
80
0 commit comments