reload icon indicating copy to clipboard operation
reload copied to clipboard

(Consider) Automatic CI npm publish

Open alallier opened this issue 8 years ago • 2 comments

Consider adding automatic npm publish on tagged commits. We could use Travis for something like:

deploy:
  provider: npm
  api_key: $NPM_API_KEY
  on:
    tags: true
    branch: master

alallier avatar Aug 23 '17 14:08 alallier

download

AckerApple avatar Aug 23 '17 15:08 AckerApple

I like this idea. You should definitely do it @alallier

ghost avatar Sep 09 '17 04:09 ghost