mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
Add browser host callback contract for WebView verification flow (#1846)
* push code for wv-02 and 03 * save wip * fixes * pr feedback fix pipelines * save spec * address feedback * pr feedbacak * fixes * format * fix pipelines * fix * fix * fixes
This commit is contained in:
10
.github/workflows/rn-sdk-test-app-ci.yml
vendored
10
.github/workflows/rn-sdk-test-app-ci.yml
vendored
@@ -37,6 +37,10 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
echo "✅ No nested require() patterns found"
|
||||
- name: Build common
|
||||
run: yarn workspace @selfxyz/common build
|
||||
- name: Build mobile-sdk-alpha
|
||||
run: yarn workspace @selfxyz/mobile-sdk-alpha build
|
||||
- name: Build webview-bridge
|
||||
run: yarn workspace @selfxyz/webview-bridge build
|
||||
- name: Build webview-app
|
||||
@@ -96,6 +100,12 @@ jobs:
|
||||
node-version-file: .nvmrc
|
||||
- name: Install dependencies
|
||||
uses: ./.github/actions/yarn-install
|
||||
- name: Build common
|
||||
run: yarn workspace @selfxyz/common build
|
||||
- name: Build mobile-sdk-alpha iOS artifacts
|
||||
run: yarn workspace @selfxyz/mobile-sdk-alpha build:ios
|
||||
- name: Build mobile-sdk-alpha TypeScript bundle
|
||||
run: yarn workspace @selfxyz/mobile-sdk-alpha build:ts-only
|
||||
- name: Build webview-bridge
|
||||
run: yarn workspace @selfxyz/webview-bridge build
|
||||
- name: Build webview-app
|
||||
|
||||
Reference in New Issue
Block a user