node.js - How to create a link between Git and NPM -


this question has answer here:

is there way link github node package manager? if changes pushed in git published in npm.

travis-ci handle you.

http://mclear.co.uk/2013/10/06/publishing-to-npm-on-git-commit-using-github-hooks-and-travis/

there's gist, you'll have see whether works yourself.

https://gist.github.com/fent/3140668

if not can use basis own solution using got post hooks.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -