mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-07-21 01:25:26 -04:00
14ed9e1165
The build-apk.yml workflow ran npm install/build from the repo root, but the build:frontend/build:cli scripts only exist in openclaw-android/package.json — the actual codex-web-local project. Updated the workflow to use working-directory: openclaw-android for the npm steps and pointed all android/ paths at openclaw-android/android/ where the AnyClaw project actually lives. Also split build:frontend into a strict (vue-tsc + vite) variant and a build:frontend:bundle variant (vite only) so the APK bundling script is not blocked by 14 pre-existing TypeScript errors in the source. The strict check is still available via 'npm run type-check' and remains the default for npm run build.