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