Skip to content

Commit bdfeaff

Browse files
committed
docs(deployment): update versioned docs
1 parent a9b009d commit bdfeaff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-v6/deployment/play-store.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Capacitor, you can additionally refer to the Capacitor document
2323
To generate a release build for Android, build your web app and then run the following cli command:
2424

2525
```shell
26-
npx cap copy && npx cap sync
26+
npx cap sync
2727
```
2828

2929
This will copy all web assets and sync any plugin changes.

versioned_docs/version-v7/deployment/play-store.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Capacitor, you can additionally refer to the Capacitor document
2323
To generate a release build for Android, build your web app and then run the following cli command:
2424

2525
```shell
26-
npx cap copy && npx cap sync
26+
npx cap sync
2727
```
2828

2929
This will copy all web assets and sync any plugin changes.

0 commit comments

Comments
 (0)