From 6b95c7e2cab3c466e98b529e7906052c8bcb3c3a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 3 Mar 2017 20:58:05 +0100 Subject: [PATCH] add npmts as required global tool for CI --- npmextra.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npmextra.json b/npmextra.json index 4c77754..c849b5d 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,5 +3,10 @@ "testTs": { "./test/*.ts": "./test/" } + }, + "npmci": { + "globalNpmTools": [ + "npmts" + ] } } \ No newline at end of file