Files
John Smith 14ed9e1165 fix(android): resolve 'Missing script: build:frontend' CI failure
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.
2026-06-03 17:12:23 -04:00
..