diff --git a/docs/deployment/play-store.mdx b/docs/deployment/play-store.mdx index ce2dd35317e..577cbfdf625 100644 --- a/docs/deployment/play-store.mdx +++ b/docs/deployment/play-store.mdx @@ -23,7 +23,7 @@ If you are using Capacitor, you can additionally refer to the Capacitor document To generate a release build for Android, build your web app and then run the following cli command: ```shell -npx cap copy && npx cap sync +npx cap sync ``` This will copy all web assets and sync any plugin changes.