mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 20:41:02 +00:00
Fix mobile types override and SDK UI yarn detection
This commit is contained in:
@@ -122,6 +122,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ./pezkuwi-sdk-ui
|
working-directory: ./pezkuwi-sdk-ui
|
||||||
run: |
|
run: |
|
||||||
|
rm -f ../package.json ../yarn.lock 2>/dev/null || true
|
||||||
touch ../yarn.lock
|
touch ../yarn.lock
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
"@babel/runtime": "^7.28.4",
|
"@babel/runtime": "^7.28.4",
|
||||||
"@pezkuwi/api": "^16.5.9",
|
"@pezkuwi/api": "^16.5.9",
|
||||||
"@pezkuwi/keyring": "14.0.11",
|
"@pezkuwi/keyring": "14.0.11",
|
||||||
"@pezkuwi/types": "^16.5.9",
|
"@pezkuwi/types": "16.5.9",
|
||||||
"@pezkuwi/util": "14.0.11",
|
"@pezkuwi/util": "14.0.11",
|
||||||
"@pezkuwi/util-crypto": "14.0.11",
|
"@pezkuwi/util-crypto": "14.0.11",
|
||||||
"@react-native-async-storage/async-storage": "^2.2.0",
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user