Add npm publish action

We are creating npm packages using Continua CI (to automate building our client side web components). In the deploy step, we would need an npm publish to publish it to a registry (in our case MyGet).

Here are some docs:

http://docs.myget.org/docs/reference/myget-npm-support

I think this is the command really needed (the adduser only has to be done once):

npm publish  registry=https://www.myget.org/F/your-feed-name/npm
We will probably use pre-authenticated urls in order to deal with authentication anyway.

Thanks!

Hi Geert,

Yes, we’re on to it already.  Expect an npm publish action in the next couple of releases.