/build $ARGUMENTS
Build the app for the specified target platform.
Arguments
| Argument | Required | Description |
|---|---|---|
<apk|aab|ipa> | Yes | Target platform to build for |
[--release] | No | Build in release mode (default: debug) |
Usage
code
/build apk # Debug APK /build apk --release # Release APK /build aab # Debug AAB (Android App Bundle) /build aab --release # Release AAB for Google Play /build ipa # iOS IPA (coming soon)
Instructions
Read the target-specific instruction file and follow it exactly:
- •apk → Read
.claude/skills/build/apk.mdand follow all steps - •aab → Read
.claude/skills/build/aab.mdand follow all steps - •ipa → Read
.claude/skills/build/ipa.mdand follow all steps
If no target is provided, ask the user which target they want to build.
If the target is not supported, inform the user and list the available targets.