---
description: Build native iOS and Android apps from a monorepo or subdirectory with Capawesome Cloud using the baseDir option in capawesome.config.json.
title: Build from a Monorepo - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/native-builds/monorepo.png
---

[ Skip to content](#build-from-a-monorepo) 

[ 🔐 Introducing the **Capacitor Vault** plugin — store secrets behind biometrics or a device passcode.](/blog/announcing-the-capacitor-vault-plugin/) 

* [  SDKs ](/docs/sdks/)
* [  Formbricks ](/docs/sdks/capacitor/formbricks/)
* [  Geocoder ](/docs/sdks/capacitor/geocoder/)
* [  Google Sign-In ](/docs/sdks/capacitor/google-sign-in/)
* [  Grafana Faro ](/docs/sdks/capacitor/grafana-faro/)
* [  libSQL ](/docs/sdks/capacitor/libsql/)
* [  Live Update ](/docs/sdks/capacitor/live-update/)
* [  Managed Configurations ](/docs/sdks/capacitor/managed-configurations/)
* [  Media Session ](/docs/sdks/capacitor/media-session/)
* [  ML Kit ](/docs/sdks/capacitor/mlkit/)
* [  Navigation Bar ](/docs/sdks/capacitor/navigation-bar/)
* [  NFC ](/docs/sdks/capacitor/nfc/)
* [  OAuth ](/docs/sdks/capacitor/oauth/)
* [  Pedometer ](/docs/sdks/capacitor/pedometer/)
* [  Photo Editor ](/docs/sdks/capacitor/photo-editor/)
* [  PostHog ](/docs/sdks/capacitor/posthog/)
* [  Printer ](/docs/sdks/capacitor/printer/)
* [  Purchases ](/docs/sdks/capacitor/purchases/)
* [  RealtimeKit ](/docs/sdks/capacitor/realtimekit/)
* [  Screen Orientation ](/docs/sdks/capacitor/screen-orientation/)
* [  Screenshot ](/docs/sdks/capacitor/screenshot/)
* [  Secure Preferences ](/docs/sdks/capacitor/secure-preferences/)
* [  Speech Recognition ](/docs/sdks/capacitor/speech-recognition/)
* [  Speech Synthesis ](/docs/sdks/capacitor/speech-synthesis/)
* [  Share Target ](/docs/sdks/capacitor/share-target/)
* [  Square Mobile Payments ](/docs/sdks/capacitor/square-mobile-payments/)
* [  SQLite ](/docs/sdks/capacitor/sqlite/)
* [  Superwall ](/docs/sdks/capacitor/superwall/)
* [  Torch ](/docs/sdks/capacitor/torch/)
* [  Vault ](/docs/sdks/capacitor/vault/)
* [  Wifi ](/docs/sdks/capacitor/wifi/)
* [  Zip ](/docs/sdks/capacitor/zip/)
* [  Cordova ](/docs/sdks/cordova/)
* [  Cloud ](/docs/cloud/)
* [  Integrations ](/docs/cloud/live-updates/integrations/)
* Concepts
* Reference
* [  Troubleshooting ](/docs/cloud/live-updates/troubleshooting/)
* [  FAQ ](/docs/cloud/live-updates/faq/)
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Set Up Environments ](/docs/cloud/native-builds/environments/)
* [  Overwrite Native Configurations ](/docs/cloud/native-builds/native-configurations/)
* [  Auto-Increment Build Numbers ](/docs/cloud/native-builds/auto-incrementing-build-numbers/)
* [  Configure the Web Build Script ](/docs/cloud/native-builds/web-build-script/)
* Build from a Monorepo [  Build from a Monorepo ](/docs/cloud/native-builds/monorepo/)
* [  Use pnpm or Yarn ](/docs/cloud/native-builds/package-managers/)
* [  Install Private npm Packages ](/docs/cloud/native-builds/npm-private-registry/)
* [  Override the Java Version ](/docs/cloud/native-builds/override-java-version/)
* [  Custom iOS Provisioning Profiles ](/docs/cloud/native-builds/custom-ios-provisioning-profiles/)
* [  Build without Git ](/docs/cloud/native-builds/build-without-git/)
* [  Access Git Behind a Firewall ](/docs/cloud/native-builds/firewall-access/)
* [  Integrations ](/docs/cloud/native-builds/integrations/)
* Reference
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  FAQ ](/docs/cloud/native-builds/faq/)
* [  App Store Publishing ](/docs/cloud/app-store-publishing/)
* [  Submit a Build ](/docs/cloud/app-store-publishing/submit-a-build/)
* [  Submit Automatically After a Build ](/docs/cloud/app-store-publishing/submit-automatically/)
* [  Troubleshooting ](/docs/cloud/app-store-publishing/troubleshooting/)
* [  FAQ ](/docs/cloud/app-store-publishing/faq/)
* [  Automations ](/docs/cloud/automations/)
* [  Reference ](/docs/cloud/automations/reference/)
* [  Troubleshooting ](/docs/cloud/automations/troubleshooting/)
* [  FAQ ](/docs/cloud/automations/faq/)
* [  Assist ](/docs/cloud/assist/)
* [  CLI ](/docs/cloud/cli/)
* APIs and SDKs
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Integrations ](/docs/cloud/integrations/)
* Account
* [  Organization ](/docs/cloud/organizations/)
* [  Two-Factor Enforcement ](/docs/cloud/organizations/two-factor-authentication/)
* [  Audit Logs ](/docs/cloud/organizations/audit-logs/)
* [  Billing ](/docs/cloud/organizations/billing/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  AI ](/docs/ai/)
* [  Insiders ](/docs/insiders/)
* [  Billing & Plans ](/docs/insiders/billing-and-plans/)
* [  FAQ ](/docs/insiders/faq/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/support/)
* [  Contributing ](/docs/contributing/)
* Contributing code
* [  Code of Conduct ](/docs/contributing/code-of-conduct/)
* [  Questions ](https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#creating-a-discussion)
* [  Blog ](/blog/)
* Categories

# Build from a Monorepo[¶](#build-from-a-monorepo "Permanent link")

Capawesome Cloud builds standard projects out of the box, but plenty of teams keep their app in a subdirectory or alongside other packages in a monorepo. For those setups, you tell Capawesome Cloud where each app lives with a [capawesome.config.json](/docs/cloud/native-builds/configuration/) file.

The key option is `baseDir` — the directory Capawesome Cloud treats as the app's root. Every command runs from there, including `dependencyInstallCommand` and `webBuildCommand`. If you leave it unset, the Cloud builds from the root of the repository.

The config file always sits at the repository root

`capawesome.config.json` belongs in the **root** of your Git repository, even when your apps live in subdirectories. `baseDir` paths are resolved relative to that root.

## App in a subdirectory[¶](#app-in-a-subdirectory "Permanent link")

If your app isn't at the repository root, point `baseDir` at it. You can list several apps from the same repository — each entry maps one directory to one Capawesome Cloud App ID:

`[](#%5F%5Fcodelineno-0-1)├─ apps/
[](#%5F%5Fcodelineno-0-2)│  ├─ my-app1/
[](#%5F%5Fcodelineno-0-3)│  └─ my-app2/
[](#%5F%5Fcodelineno-0-4)└─ capawesome.config.json
`

capawesome.config.json

`[](#%5F%5Fcodelineno-1-1){
[](#%5F%5Fcodelineno-1-2)    "cloud": {
[](#%5F%5Fcodelineno-1-3)        "apps": [
[](#%5F%5Fcodelineno-1-4)            {
[](#%5F%5Fcodelineno-1-5)                "appId": "your-app-id-1",
[](#%5F%5Fcodelineno-1-6)                "baseDir": "apps/my-app1"
[](#%5F%5Fcodelineno-1-7)            },
[](#%5F%5Fcodelineno-1-8)            {
[](#%5F%5Fcodelineno-1-9)                "appId": "your-app-id-2",
[](#%5F%5Fcodelineno-1-10)                "baseDir": "apps/my-app2"
[](#%5F%5Fcodelineno-1-11)            }
[](#%5F%5Fcodelineno-1-12)        ]
[](#%5F%5Fcodelineno-1-13)    }
[](#%5F%5Fcodelineno-1-14)}
`

With just `baseDir` set, the Cloud installs dependencies and builds web assets from inside that directory — which is exactly what you want when each app manages its own `package.json` and lockfile.

## Monorepo with shared dependencies[¶](#monorepo-with-shared-dependencies "Permanent link")

In a workspace monorepo (npm/pnpm/Yarn workspaces), dependencies are usually installed once at the workspace root rather than per app. Because every command runs from `baseDir`, you need to step back up to the root to install and build.

Keep in mind that `dependencyInstallCommand` and `webBuildCommand` run from `baseDir`, so a relative `cd` is the simplest way to reach the workspace root — adjust the number of `../` segments to match how deep your app is nested:

capawesome.config.json

`[](#%5F%5Fcodelineno-2-1){
[](#%5F%5Fcodelineno-2-2)    "cloud": {
[](#%5F%5Fcodelineno-2-3)        "apps": [
[](#%5F%5Fcodelineno-2-4)            {
[](#%5F%5Fcodelineno-2-5)                "appId": "your-app-id-1",
[](#%5F%5Fcodelineno-2-6)                "baseDir": "packages/app1",
[](#%5F%5Fcodelineno-2-7)                "dependencyInstallCommand": "cd ../.. && npm install",
[](#%5F%5Fcodelineno-2-8)                "webBuildCommand": "cd ../.. && npm run build --workspace=app1"
[](#%5F%5Fcodelineno-2-9)            },
[](#%5F%5Fcodelineno-2-10)            {
[](#%5F%5Fcodelineno-2-11)                "appId": "your-app-id-2",
[](#%5F%5Fcodelineno-2-12)                "baseDir": "packages/app2",
[](#%5F%5Fcodelineno-2-13)                "dependencyInstallCommand": "cd ../.. && npm install",
[](#%5F%5Fcodelineno-2-14)                "webBuildCommand": "cd ../.. && npm run build --workspace=app2"
[](#%5F%5Fcodelineno-2-15)            }
[](#%5F%5Fcodelineno-2-16)        ]
[](#%5F%5Fcodelineno-2-17)    }
[](#%5F%5Fcodelineno-2-18)}
`

Here `packages/app1` is two levels below the root, so `cd ../..` lands at the workspace root, where the install and the workspace-scoped build run. The native part of the build still happens in `baseDir`, where your Capacitor/Cordova project and its `android`/`ios` folders live.

## Next steps[¶](#next-steps "Permanent link")

* [App Configuration](/docs/cloud/native-builds/configuration/) — the full `capawesome.config.json` schema.
* [Use pnpm or Yarn](/docs/cloud/native-builds/package-managers/) — for workspaces managed by pnpm or Yarn.
* [Configure the web build script](/docs/cloud/native-builds/web-build-script/) — control which script builds your web assets.

June 8, 2026 

 Back to top 