apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

fix(nightly): npm install before publish for cordova-ios's js build #285

Closed erisu closed 2 years ago

erisu commented 2 years ago

Motivation, Context & Description

Nightly is failing to publish Cordova-iOS because of the new npm prepare-hook scrip that automates the building of the cordova-js during release.

npm i must be performed before npm publish.

Other platforms will need this change in the future once the cordova-js's new build process is added.

Testing