NativeScript / nx

NativeScript for Nx.
Other
61 stars 15 forks source link

Custom Configurations #35

Open wSedlacek opened 3 years ago

wSedlacek commented 3 years ago

https://github.com/NativeScript/nx/blob/33a0e61000e1f2e794a4df44f35d2dfcadbc9283/packages/nx/src/builders/build/builder.ts#L9

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.