Fix mobile types override and SDK UI yarn detection

This commit is contained in:
2026-01-18 01:17:35 +03:00
parent c75ae9a7f5
commit 20bdbe1905
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -122,6 +122,7 @@ jobs:
- name: Install dependencies
working-directory: ./pezkuwi-sdk-ui
run: |
rm -f ../package.json ../yarn.lock 2>/dev/null || true
touch ../yarn.lock
yarn install
+1 -1
View File
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.28.4",
"@pezkuwi/api": "^16.5.9",
"@pezkuwi/keyring": "14.0.11",
"@pezkuwi/types": "^16.5.9",
"@pezkuwi/types": "16.5.9",
"@pezkuwi/util": "14.0.11",
"@pezkuwi/util-crypto": "14.0.11",
"@react-native-async-storage/async-storage": "^2.2.0",