From 39f9bb11fe16979921afa3dfec8a8306c343be83 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 25 Jul 2018 17:30:30 +0200 Subject: [PATCH] fix(ci): add npmts for build step --- npmextra.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/npmextra.json b/npmextra.json index 3dd2b97..ae7597f 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,8 +1,6 @@ { - "npmci": { - "globalNpmTools": [ - "npmts" - ] - }, - "npmAccessLevel": "public" -} \ No newline at end of file + "npmci": { + "npmGlobalTools": ["npmts"] + }, + "npmAccessLevel": "public" +}