jonnyzzz / TeamCity.Node

Node.js, NPM and Phantom.JS runners for TeamCity
Apache License 2.0
309 stars 49 forks source link

Node & NPM runner can't run several commands #92

Open kribblo opened 8 years ago

kribblo commented 8 years ago

The pre-filled example suggests that it should be possible to run several commands in a row:

install
test

But if I do, the runner thinks I'm trying to run "npm install test" as one command.

I can work around this with one build step per NPM command, but seems this is meant to work?

masimplo commented 8 years ago

Having the same issue on 9.1.3

zBart commented 8 years ago

Same here: TeamCity 9.1.5 Node.js build runner 1.0.76

ghost commented 8 years ago

I'm using an older version and it works for me, must be a recent change.

iSOcH commented 8 years ago

also having this problem: TeamCity Professional 9.1.1 (build 37059) Node.js build runner 1.0.76

fjakop commented 8 years ago

maybe related to #93