-
Today I had to build a project that uses Capacitor instead of Cordova for the first time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For Capacitor 3, we plan to offer a We will not be adding support for release builds on the command-line at this time. You can follow this issue for that, if that's what you're asking for. I don't think Capacitor is the right tool to handle release builds because:
|
Beta Was this translation helpful? Give feedback.
For Capacitor 3, we plan to offer a
npx cap run
command that provides a CLI workflow for deploying debug builds to devices, intended to be used during development.We will not be adding support for release builds on the command-line at this time. You can follow this issue for that, if that's what you're asking for. I don't think Capacitor is the right tool to handle release builds because: