Compare commits

...

2 Commits

Author SHA1 Message Date
56cccb1b14 8.0.18 2017-09-08 15:13:29 +02:00
850df45d7f add mirror stage 2017-09-08 15:13:27 +02:00
2 changed files with 12 additions and 1 deletions

View File

@ -10,6 +10,7 @@ stages:
- test
- release
- trigger
- mirror
- pages
testLEGACY:
@ -62,6 +63,16 @@ trigger:
tags:
- docker
mirror:
image: hosttoday/ht-docker-node:npmci
stage: mirror
script:
- npmci git mirror
tags:
- docker
only:
- tags
pages:
image: hosttoday/ht-docker-node:npmci
stage: pages

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "8.0.17",
"version": "8.0.18",
"description": "best practice npm TypeScript modules",
"main": "dist/index.js",
"bin": {