Skip to content

Commit 9458b00

Browse files
committed
build
1 parent 373330b commit 9458b00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mobile-sdk-demo-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
node-version-file: .nvmrc
1919
- name: Install Dependencies
2020
uses: ./.github/actions/yarn-install
21+
- name: Build dependencies
22+
shell: bash
23+
run: |
24+
yarn workspace @selfxyz/common build
25+
yarn workspace @selfxyz/mobile-sdk-alpha build
2126
- name: Run demo app tests
2227
run: |
2328
yarn workspace demo-app test

0 commit comments

Comments
 (0)