From a4f3f23bed40c23279bfcbd97107543b2c16e93e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 18 Jun 2017 19:53:29 +0200 Subject: [PATCH] update npmextra --- npmextra.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npmextra.json b/npmextra.json index ef5c314..752720e 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,5 +3,10 @@ "baseImage": "hosttoday/ht-docker-node:mongo", "command": "npmci test stable", "dockerSock": false + }, + "npmci": { + "globalNpmTools": [ + "npmts" + ] } }