From dea6264c342ca85a60cd22bda5c70957d6108d8c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 May 2018 19:12:17 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 1 + npmextra.json | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14931f9..7e254f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ testSTABLE: release: stage: release script: + - npmci node install stable - npmci npm prepare - npmci npm publish only: diff --git a/npmextra.json b/npmextra.json index 4140e87..abce35e 100644 --- a/npmextra.json +++ b/npmextra.json @@ -5,11 +5,8 @@ "cli": true }, "npmci": { - "globalNpmTools": [ - "npmts" - ], "npmGlobalTools": [ - "npmts" + "@gitzone/npmts" ], "npmAccessLevel": "public" },