Search code examples
tfsnpmbuildtfs-2015vnext

Custom command in npm tfs 2015


I'm creating vNext builds using tfs 2015 and I want to run custom command in npm task. The command - npm lint. During build I have error that this command is unknow.

enter image description here

this is how looks my step:

enter image description here

If it's a command like start/stop/install then everything is ok.

How I can customize this step?


Solution

  • The only one what I added it's command "run" before lint. So final command will be "run lint".