CI in course.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-11 20:00:11 -02:00
parent e649517fa2
commit c9aeaab59b

View file

@ -26,11 +26,14 @@ branches:
- master
after_success:
- npm run typedoc
- npm pack
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "{YOURLIB}-*.tgz"
file: "CONTRIBUTING.md"
skip_cleanup: true
on:
tags: true