Compare commits

...

5 Commits

Author SHA1 Message Date
5c7af1e59f 5.1.20 2016-06-02 13:09:28 +02:00
da48b987ba update gitlab ci yml 2016-05-30 07:49:41 +02:00
9eabac7022 update gitlab yml 2016-05-30 07:30:01 +02:00
00683fbab1 fix gitlab.yml 2016-05-30 07:16:30 +02:00
3434bbf815 add pages to gitlab.yml 2016-05-30 07:05:17 +02:00
2 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,7 @@ image: hosttoday/ht-docker-node
stages:
- test
- release
- page
testLTS:
stage: test
@ -25,4 +26,18 @@ release:
only:
- tags
tags:
- docker
- docker
pages:
stage: page
script:
- npmci test lts
- mkdir .public
- cp -r test/assets/docs/ .public
- cp -r test/assets/coverage/ .public
- mv .public public
artifacts:
paths:
- public
only:
- master

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "5.1.19",
"version": "5.1.20",
"description": "write npm modules with TypeScript",
"main": "dist/index.js",
"bin": {