I added an npm task to install all my dependencies in bamboo. This command is successful. Now I want to add the gulp task. I added addJS addon to my bamboo plan. Using this, I want to execute the gulp command (ex: gulp minify). I cannot find a way to execute this command. Can someone please help me solve this problem.
source
share