[SOLVED] Meteor build on Windows

Hi all,

I cannot find a way to deploy (my first) Meteor application on Windows. Tried many things so far…
The most obvious one is to use build.

npm install --production
meteor build /output

It looks like it builds something, but there is nothing in the output directory…

I’m using Meteor 1.5.1 on Windows 10.

UPDATE
Well, had to add --server option…

Thanks,

Alex