Fix CI: remove root package.json, fix mobile overrides, update workflow

This commit is contained in:
2026-01-18 01:13:24 +03:00
parent 2855c0b106
commit c75ae9a7f5
3 changed files with 8 additions and 45 deletions
+3 -1
View File
@@ -121,7 +121,9 @@ jobs:
- name: Install dependencies
working-directory: ./pezkuwi-sdk-ui
run: yarn install
run: |
touch ../yarn.lock
yarn install
- name: Build Project
working-directory: ./pezkuwi-sdk-ui