I would like to configure my project build so that it triggers a different gulp task on compile in project.json but I can only set the scripts property unconditionally as far as I can see and I have been hunting high and low online to no effect.
I want to run a different task for Debug and Release modes - can anyone help?