copy-cordova-builds
v1.1.0
Published
Automatic copy APK and IPA files after build into builds folder in project root.
Downloads
1
Maintainers
Readme
copy-cordova-builds
Install
Install the following package below inside of your app's root folder.
$ npm install copy-cordova-builds
Or with yarn
:
$ yarn add copy-cordova-builds
Then add the following to your app's config.xml file:
<hook src="scripts/copyBuildFiles.js" type="after_build"/>