Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
reword "Building the app"
  • Loading branch information
JGreenlee authored Oct 18, 2023
1 parent 5f9d189 commit c6dc2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ If connecting to a development server over http, make sure to turn on http suppo
### Building the app
We offer a set of build scripts you can pick from, each of which i) bundle the JS with Webpack and then ii) proceed with a Cordova build.
You can bundle JS in 'production' or 'dev' mode, and you can build Android or iOS or both.
We offer a set of build scripts to pick from, each of which: (i) bundle the JS with Webpack, and then (ii) proceed with a Cordova build.
The common use cases will be:
- `npm run build` (to build for production on both Android and iOS platforms)
- `npm run build-prod-android` (to build for production on Android platform only)
- `npm run build-prod-ios` (to build for production on iOS platform only)
There are a variety of options because Webpack can bundle the JS in 'production' or 'dev' mode, and you can build Android or iOS or both.
Find the full list of these scripts in [`package.cordovabuild.json`](package.cordovabuild.json)
<details><summary>Expected output (Android build)</summary>
Expand Down

0 comments on commit c6dc2e5

Please sign in to comment.