Closed erisu closed 2 years ago
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.
cordova-js
npm i must be performed before npm publish.
npm i
npm publish
Other platforms will need this change in the future once the cordova-js's new build process is added.
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 beforenpm publish
.Other platforms will need this change in the future once the cordova-js's new build process is added.
Testing