NativeScript/nx

Custom Configurations

wSedlacek opened this issue · 0 comments

const isBuild = process.argv.find((a) => a === 'build' || a.endsWith(":build"));

Because this is hard coded to build it is difficult to customize configurations, for example having a configuration for building debug and production android applications.

Really the problem comes down to debug and build are wrapped up into a single executor.