raphinesse commented on issue #857: URL: https://github.com/apache/cordova-lib/issues/857#issuecomment-701358078
Your hooks are run via the [Script Interface](https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/#script-interface) and thus have no access to `CORDOVA_*` environment variables. These are for non-JS hooks only. See the linked docs on how to access the relevant information. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
