1.1.0 • Published 7 years ago

copy-cordova-builds v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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"/>