Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Committing changes based on suggestions
- Wording
- Listing common build types
  • Loading branch information
niccolopaganini authored Oct 17, 2023
1 parent 2b5735e commit cb954d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ AND/OR
npm run <android>
```
For other options of build scripts, refer to [`package.cordovabuild.json`](package.cordovabuild.json)
Common ones listed below (both, Android, iOS)
```
npm run build
npm run build-prod-android
npm run build-prod-ios
```

<details><summary>Expected output</summary>

Expand Down

0 comments on commit cb954d1

Please sign in to comment.