apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

feat!: ability to choose temporary directory (#231) #232

Open exxbrain opened 2 years ago

exxbrain commented 2 years ago

Platforms affected

The change affects a building process not target platforms.

Motivation and Context

Closes the ability to choose temporary directory request (#231)

Description

I've added new configuration parameter --tmpDir to choose temporary directory.

Testing

I've run tests with and without --tmpDir parameter. Projects are still creating in the system tmp directory without --tmpDir parameter configured.

Checklist